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.
2 parents 306bcfd + 09fca01 commit 66bade5Copy full SHA for 66bade5
.golangci.yml
@@ -27,7 +27,7 @@ linters:
27
- dogsled
28
- errcheck
29
- errorlint
30
- - exhaustive
+ # exhaustive
31
- gci
32
- gochecknoinits
33
- gocognit
@@ -44,8 +44,8 @@ linters:
44
- gomodguard
45
- goprintffuncname
46
- gosec
47
- - gosimple
48
- - govet
+ # gosimple
+ # govet
49
- ineffassign
50
- lll
51
- makezero
@@ -56,8 +56,8 @@ linters:
56
- paralleltest
57
- predeclared
58
- revive
59
- - staticcheck
60
- - stylecheck
+ # staticcheck
+ # stylecheck
61
- thelper
62
- typecheck
63
- unconvert
0 commit comments