From 3bed23f3f53a0860d2e4e72ab87fc9cffacdee92 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 13 Dec 2023 13:06:54 +0000 Subject: [PATCH] Enable the linting of _test.go files too Signed-off-by: Richard Wall --- .golangci.ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.ci.yaml b/.golangci.ci.yaml index 6c756a000..0b6afa0ba 100644 --- a/.golangci.ci.yaml +++ b/.golangci.ci.yaml @@ -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)"