File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -177,27 +177,6 @@ linters-settings:
177
177
- name : var-declaration
178
178
- name : var-naming
179
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
180
202
181
issues :
203
182
# Rules listed here: https://github.com/securego/gosec#available-rules
@@ -265,5 +244,4 @@ linters:
265
244
- unconvert
266
245
- unused
267
246
- varcheck
268
- - varnamelen
269
247
- wastedassign
You can’t perform that action at this time.
0 commit comments