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 790ad62 commit 4776d0dCopy full SHA for 4776d0d
.golangci.yml
@@ -5,23 +5,13 @@ linters:
5
enable-all: true
6
disable:
7
- cyclop
8
- - deadcode
9
- depguard
10
- - exhaustivestruct
11
- exhaustruct
12
- forcetypeassert
13
- gochecknoglobals
14
- gocognit
15
- - golint
16
- - ifshort
17
- - interfacer
18
- - maligned
19
- nilnil
20
- - nosnakecase
21
- paralleltest
22
- - scopelint
23
- - structcheck
24
- - varcheck
25
26
linters-settings:
27
gci:
0 commit comments