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 603fcac commit fc6cc45Copy full SHA for fc6cc45
.golangci.yml
@@ -4,7 +4,6 @@ linters:
4
fast: false
5
enable:
6
- bodyclose
7
- - deadcode
8
- depguard
9
- dogsled
10
- dupl
@@ -27,15 +26,12 @@ linters:
27
26
- nakedret
28
- noctx
29
- nolintlint
30
- - rowserrcheck
31
- staticcheck
32
- - structcheck
33
- stylecheck
34
- typecheck
35
- unconvert
36
- unparam
37
- unused
38
- - varcheck
39
- whitespace
40
- gofumpt
41
0 commit comments