File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -185,3 +185,5 @@ 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 @@ -225,3 +225,5 @@ linters-settings: # please keep this alphabetized
225
225
- " all"
226
226
testifylint :
227
227
enable-all : true
228
+ disable : # TODO: remove each disabled rule and fix it
229
+ - require-error
Original file line number Diff line number Diff line change @@ -210,14 +210,14 @@ linters-settings: # please keep this alphabetized
210
210
{{- end}}
211
211
testifylint:
212
212
enable-all: true
213
- {{- if .Base}}
214
213
disable: # TODO: remove each disabled rule and fix it
214
+ {{- if .Base}}
215
215
- compares
216
216
- error-is-as
217
217
- error-nil
218
218
- expected-actual
219
219
- float-compare
220
220
- go-require
221
221
- nil-compare
222
- - require-error
223
222
{{- end}}
223
+ - require-error
You can’t perform that action at this time.
0 commit comments