File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -185,5 +185,3 @@ linters-settings: # please keep this alphabetized
185
185
- " all"
186
186
testifylint :
187
187
enable-all : true
188
- disable : # TODO: remove each disabled rule and fix it
189
- - require-error
Original file line number Diff line number Diff line change @@ -239,11 +239,6 @@ linters-settings: # please keep this alphabetized
239
239
testifylint :
240
240
enable-all : true
241
241
disable : # TODO: remove each disabled rule and fix it
242
- - compares
243
- - error-is-as
244
- - error-nil
245
- - expected-actual
246
242
- float-compare
247
243
- go-require
248
- - nil-compare
249
244
- require-error
Original file line number Diff line number Diff line change @@ -210,14 +210,11 @@ linters-settings: # please keep this alphabetized
210
210
{{- end}}
211
211
testifylint:
212
212
enable-all: true
213
+ {{- if not .Hints }}
213
214
disable: # TODO: remove each disabled rule and fix it
214
- {{- if .Base}}
215
- - compares
216
- - error-is-as
217
- - error-nil
218
- - expected-actual
215
+ {{- if .Base }}
219
216
- float-compare
220
217
- go-require
221
- - nil-compare
222
- {{- end}}
218
+ {{- end}}
223
219
- require-error
220
+ {{- end}}
You can’t perform that action at this time.
0 commit comments