Enable the linting of _test.go files too
Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
parent
260dc11c2d
commit
3bed23f3f5
@ -25,10 +25,6 @@ issues:
|
||||
max-same-issues: 0
|
||||
# Ignore some of the gosec warnings until we have time to address them.
|
||||
exclude-rules:
|
||||
# Exclude some linters from running on tests files.
|
||||
- path: _test\.go
|
||||
linters:
|
||||
- gosec
|
||||
- linters:
|
||||
- gosec
|
||||
text: "G(101|107|204|306|402|404|501|505)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user