removing excluded dirs from lint

This commit is contained in:
Shawn Hartsell
2024-04-22 16:32:31 -05:00
parent 5f4de58149
commit a0aeedb796
-2
View File
@@ -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"