Skip to content

Commit 552cebf

Browse files
committed
fix: enable blank-import rule from testifylint
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 221bf19 commit 552cebf

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)