Skip to content

Commit cca51b6

Browse files
committed
chore: updated template files
1 parent 45e0ed9 commit cca51b6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.golangci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ linters-settings:
138138
line-length: 140
139139
tab-width: 1
140140

141+
exhaustive:
142+
check-generated: false
143+
default-signifies-exhaustive: true
144+
141145
varnamelen:
142146
ignore-type-assert-ok: true # ignore "ok" variables
143147
ignore-map-index-ok: true
@@ -153,6 +157,14 @@ linters-settings:
153157
- c int
154158
- j int
155159
- 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()
156168
- t testing.T
157169
- b testing.B
158170

0 commit comments

Comments
 (0)