Skip to content

Commit

Permalink
fix .golangci.yml exclusion for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Nov 3, 2023
1 parent d72f064 commit 4a065a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ issues:
# We don't care about file inclusion via variable in examples or internal tools.
- linters: [ gosec ]
text: 'G304: Potential file inclusion via variable'
path: '^(example|update-urls)\/'
path: '^(example|tools)\/'

0 comments on commit 4a065a9

Please sign in to comment.