mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #127533 from mmorel-35/testifylint/blank-import
fix: enable blank-import rule from testifylint
This commit is contained in:
commit
5f0b2a8a26
@ -239,7 +239,6 @@ linters-settings: # please keep this alphabetized
|
|||||||
testifylint:
|
testifylint:
|
||||||
enable-all: true
|
enable-all: true
|
||||||
disable: # TODO: remove each disabled rule and fix it
|
disable: # TODO: remove each disabled rule and fix it
|
||||||
- blank-import
|
|
||||||
- compares
|
- compares
|
||||||
- error-is-as
|
- error-is-as
|
||||||
- error-nil
|
- error-nil
|
||||||
|
@ -212,7 +212,6 @@ linters-settings: # please keep this alphabetized
|
|||||||
enable-all: true
|
enable-all: true
|
||||||
{{- if .Base}}
|
{{- if .Base}}
|
||||||
disable: # TODO: remove each disabled rule and fix it
|
disable: # TODO: remove each disabled rule and fix it
|
||||||
- blank-import
|
|
||||||
- compares
|
- compares
|
||||||
- error-is-as
|
- error-is-as
|
||||||
- error-nil
|
- error-nil
|
||||||
|
Loading…
Reference in New Issue
Block a user