Skip to content

Commit

Permalink
Skip gosec linting on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Meves committed Aug 9, 2020
1 parent 4522239 commit 46cc21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ issues:
- bodyclose
- unconvert
- gocritic
- gosec
# If we have tests in shared test folders, these can be less strictly linted
- path: tests/.*_tests\.go
linters:
Expand Down

0 comments on commit 46cc21d

Please sign in to comment.