We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7a4c0 commit 6fd90d8Copy full SHA for 6fd90d8
.golangci.yml
@@ -16,6 +16,8 @@ linters:
16
- revive #golint is deprecated and golangci-lint recommends to use revive instead https://github.com/mgechev/revive
17
#other deprecated lint libraries: maligned, scopelint, interfacer
18
- gocritic
19
+ - unparam
20
+ - misspell
21
issues:
22
exclude-rules:
23
- path: _test\.go
0 commit comments