updating golangci-lint from upgrade

This commit is contained in:
Shawn Hartsell
2024-04-22 16:27:25 -05:00
parent ed25954c6c
commit 1412d00696
+2 -2
View File
@@ -16,10 +16,10 @@ linters:
- unparam
run:
tests: true
skip-files:
- ".*_test\\.go$"
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"