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 9e5c19b commit fbc13a9Copy full SHA for fbc13a9
.golangci.yml
@@ -47,8 +47,6 @@ linters-settings:
47
linters:
48
disable-all: true
49
enable:
50
- - deadcode
51
- - depguard
52
- dogsled
53
- dupl
54
- errcheck
@@ -66,13 +64,11 @@ linters:
66
64
- misspell
67
65
- nakedret
68
- staticcheck
69
- - structcheck
70
- stylecheck
71
- typecheck
72
- unconvert
73
- unparam
74
- unused
75
- - varcheck
76
- whitespace
77
78
# Do not enable:
0 commit comments