Skip to content

Commit 5f0b2a8

Browse files
authored
Merge pull request kubernetes#127533 from mmorel-35/testifylint/blank-import
fix: enable blank-import rule from testifylint
2 parents f708563 + 552cebf commit 5f0b2a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hack/golangci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ linters-settings: # please keep this alphabetized
239239
testifylint:
240240
enable-all: true
241241
disable: # TODO: remove each disabled rule and fix it
242-
- blank-import
243242
- compares
244243
- error-is-as
245244
- error-nil

hack/golangci.yaml.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ linters-settings: # please keep this alphabetized
212212
enable-all: true
213213
{{- if .Base}}
214214
disable: # TODO: remove each disabled rule and fix it
215-
- blank-import
216215
- compares
217216
- error-is-as
218217
- error-nil

0 commit comments

Comments
 (0)