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 b17aa84 commit cc1f45bCopy full SHA for cc1f45b
.golangci.yml
@@ -4,12 +4,9 @@ linters:
4
fast: false
5
enable:
6
- bodyclose
7
- - deadcode
8
- - depguard
9
- dogsled
10
- dupl
11
- errcheck
12
- - exportloopref
13
- exhaustive
14
- gochecknoinits
15
- goconst
@@ -29,13 +26,11 @@ linters:
29
26
- nolintlint
30
27
- rowserrcheck
31
28
- staticcheck
32
- - structcheck
33
- stylecheck
34
- typecheck
35
- unconvert
36
- unparam
37
- unused
38
- - varcheck
39
- whitespace
40
- gofumpt
41
0 commit comments