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 c942d8c + b5e401a commit d458eceCopy full SHA for d458ece
.golangci.yml
@@ -1,40 +1,15 @@
1
version: "2"
2
linters:
3
enable:
4
- - asasalint
5
- - asciicheck
6
- - bidichk
7
- - bodyclose
8
- - durationcheck
9
- - err113
10
- - errchkjson
11
- errname
12
- - errorlint
13
- - gocheckcompilerdirectives
14
- - gochecknoinits
15
- - gochecksumtype
16
- - gosmopolitan
17
- - lll
18
- - loggercheck
19
- - makezero
+ - predeclared
+ - staticcheck
20
- misspell
21
- - musttag
22
- nilerr
23
- - nilnesserr
24
- nilnil
25
- - noctx
+ - lll
+ - gochecknoinits
26
- nonamedreturns
27
- - predeclared
28
- - protogetter
29
- - reassign
30
- - recvcheck
31
- - rowserrcheck
32
- - spancheck
33
- - sqlclosecheck
34
- - staticcheck
35
- - testifylint
36
- - unparam
37
- - zerologlint
38
disable:
39
- contextcheck
40
- exhaustive
0 commit comments