diff --git a/.golangci.yaml b/.golangci.yaml index c81322f..008b0bc 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -18,8 +18,6 @@ run: tests: true modules-download-mode: vendor issues: - exclude-files: - - ".*_test\\.go$" exclude-rules: - path: test/github.go text: "var-declaration: should omit type string from declaration of var authenticatedLogin; it will be inferred from the right-hand side"