diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 318fd7f3..09dff10b 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -10,12 +10,6 @@ issues: exclude-dirs: - ci - exclude-rules: - - path: _test\.go - linters: - - dupl - - gosec - - goconst linters: enable: - gosec