Enable the linting of _test.go files too

Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
Richard Wall 2023-12-13 13:06:54 +00:00
parent 260dc11c2d
commit 3bed23f3f5

View File

@ -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)"