chore: disable require-error rule from testifylint

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL 2024-09-24 07:17:52 +02:00
parent 25aa9cd074
commit 64e9fd50ed
3 changed files with 6 additions and 2 deletions

View File

@ -185,3 +185,5 @@ linters-settings: # please keep this alphabetized
- "all"
testifylint:
enable-all: true
disable: # TODO: remove each disabled rule and fix it
- require-error

View File

@ -225,3 +225,5 @@ linters-settings: # please keep this alphabetized
- "all"
testifylint:
enable-all: true
disable: # TODO: remove each disabled rule and fix it
- require-error

View File

@ -210,8 +210,8 @@ linters-settings: # please keep this alphabetized
{{- end}}
testifylint:
enable-all: true
{{- if .Base}}
disable: # TODO: remove each disabled rule and fix it
{{- if .Base}}
- compares
- error-is-as
- error-nil
@ -219,5 +219,5 @@ linters-settings: # please keep this alphabetized
- float-compare
- go-require
- nil-compare
- require-error
{{- end}}
- require-error