We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e0ed9 commit cca51b6Copy full SHA for cca51b6
.golangci.yml
@@ -138,6 +138,10 @@ linters-settings:
138
line-length: 140
139
tab-width: 1
140
141
+ exhaustive:
142
+ check-generated: false
143
+ default-signifies-exhaustive: true
144
+
145
varnamelen:
146
ignore-type-assert-ok: true # ignore "ok" variables
147
ignore-map-index-ok: true
@@ -153,6 +157,14 @@ linters-settings:
153
157
- c int
154
158
- j int
155
159
- T any
160
+ - a any
161
+ - b any
162
+ - c any
163
+ - d any
164
+ - data any
165
+ - n any
166
+ - f func()
167
+ - cb func()
156
168
- t testing.T
169
- b testing.B
170
0 commit comments