updating golangci-lint from upgrade
This commit is contained in:
+2
-2
@@ -16,10 +16,10 @@ linters:
|
|||||||
- unparam
|
- unparam
|
||||||
run:
|
run:
|
||||||
tests: true
|
tests: true
|
||||||
skip-files:
|
|
||||||
- ".*_test\\.go$"
|
|
||||||
modules-download-mode: vendor
|
modules-download-mode: vendor
|
||||||
issues:
|
issues:
|
||||||
|
exclude-files:
|
||||||
|
- ".*_test\\.go$"
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
- path: test/github.go
|
- 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"
|
text: "var-declaration: should omit type string from declaration of var authenticatedLogin; it will be inferred from the right-hand side"
|
||||||
|
|||||||
Reference in New Issue
Block a user