Skip gosec linting on tests
This commit is contained in:
parent
45222395e0
commit
46cc21d8cf
|
|
@ -34,6 +34,7 @@ issues:
|
||||||
- bodyclose
|
- bodyclose
|
||||||
- unconvert
|
- unconvert
|
||||||
- gocritic
|
- gocritic
|
||||||
|
- gosec
|
||||||
# If we have tests in shared test folders, these can be less strictly linted
|
# If we have tests in shared test folders, these can be less strictly linted
|
||||||
- path: tests/.*_tests\.go
|
- path: tests/.*_tests\.go
|
||||||
linters:
|
linters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue