We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cc5a8 commit 25956e8Copy full SHA for 25956e8
.golangci.yml
@@ -177,27 +177,6 @@ linters-settings:
177
- name: var-declaration
178
- name: var-naming
179
- name: waitgroup-by-value
180
- varnamelen:
181
- ignore-names:
182
- - err
183
- - rw
184
- - r
185
- - i
186
- - db
187
- - t
188
- - id
189
- - wg
190
- - Me
191
- # Optional list of variable declarations that should be ignored completely. (defaults to empty list)
192
- # Entries must be in the form of "<variable name> <type>" or "<variable name> *<type>" for
193
- # variables, or "const <name>" for constants.
194
- ignore-decls:
195
- - rw http.ResponseWriter
196
- - r *http.Request
197
- - t testing.T
198
- - t testing.TB
199
- - ok bool
200
- - wg sync.WaitGroup
201
202
issues:
203
# Rules listed here: https://github.com/securego/gosec#available-rules
0 commit comments