Skip to content

Commit 4a065a9

Browse files
committed
fix .golangci.yml exclusion for tools
1 parent d72f064 commit 4a065a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ issues:
5050
# We don't care about file inclusion via variable in examples or internal tools.
5151
- linters: [ gosec ]
5252
text: 'G304: Potential file inclusion via variable'
53-
path: '^(example|update-urls)\/'
53+
path: '^(example|tools)\/'

0 commit comments

Comments
 (0)