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 a2d368d commit cc021e2Copy full SHA for cc021e2
.golangci.yaml
@@ -116,22 +116,12 @@ linters:
116
- legacy
117
- std-error-handling
118
rules:
119
- - linters:
120
- - unparam
121
- text: always receives
122
123
- - gosec
124
- path: _test\.go
125
- text: 'G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server'
126
- linters:
127
- gosec
128
path: test/e2e/*
129
130
- - goconst
131
- path: (.+)_test\.go
132
133
- staticcheck
134
- text: QF1008
+ text: QF1008 # "could remove embedded field" often impedes readability and clarity
135
paths:
136
- third_party$
137
- builtin$
0 commit comments