Skip to content

Commit 25956e8

Browse files
committed
Remove varnamelen cfg
1 parent c9cc5a8 commit 25956e8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.golangci.yml

-21
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,6 @@ linters-settings:
177177
- name: var-declaration
178178
- name: var-naming
179179
- 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
201180

202181
issues:
203182
# Rules listed here: https://github.com/securego/gosec#available-rules

0 commit comments

Comments
 (0)