Skip to content

Commit 7d30942

Browse files
committed
.golangci.yml: disable interface that pancis on spaces/v1alpha1 package
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
1 parent 1356169 commit 7d30942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ linters:
101101
- govet
102102
- gocyclo
103103
- gocritic
104-
- interfacer
104+
# - interfacer # panic in spaces/v1alpha1
105105
- goconst
106106
- goimports
107107
- gofmt # We enable this as well as goimports for its simplify mode.

0 commit comments

Comments
 (0)