We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8d189 commit 026ca2cCopy full SHA for 026ca2c
.golangci.yml
@@ -44,20 +44,20 @@ linters:
44
- gomodguard
45
- goprintffuncname
46
- gosec
47
- # gosimple
48
- # govet
49
- # ineffassign
50
- # lll
51
- # makezero
52
- # misspell
53
- # nakedret
54
- # nestif
55
- # nolintlint
56
- # paralleltest
57
- # predeclared
58
- # revive
59
- # staticcheck
60
- # stylecheck
+ - gosimple
+ - govet
+ - ineffassign
+ - lll
+ - makezero
+ - misspell
+ - nakedret
+ - nestif
+ - nolintlint
+ - paralleltest
+ - predeclared
+ - revive
+ - staticcheck
+ - stylecheck
61
# thelper
62
# typecheck
63
# unconvert
0 commit comments