Merge pull request #127533 from mmorel-35/testifylint/blank-import

fix: enable blank-import rule from testifylint
This commit is contained in:
Kubernetes Prow Robot 2024-09-22 22:29:58 +01:00 committed by GitHub
commit 5f0b2a8a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -239,7 +239,6 @@ linters-settings: # please keep this alphabetized
testifylint:
enable-all: true
disable: # TODO: remove each disabled rule and fix it
- blank-import
- compares
- error-is-as
- error-nil

View File

@ -212,7 +212,6 @@ linters-settings: # please keep this alphabetized
enable-all: true
{{- if .Base}}
disable: # TODO: remove each disabled rule and fix it
- blank-import
- compares
- error-is-as
- error-nil