mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-15 14:26:33 -04:00
fix: enable blank-import rule from testifylint
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
parent
221bf19ee0
commit
552cebfa7e
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue