Skip to content

Commit 5de9250

Browse files
committed
Disable the interfacer lint
It's overzealous and doesn't understand that interfaces have semantic meaning (and has just bad results on occaison).
1 parent 762bea7 commit 5de9250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ linters:
2828
- unparam
2929
- ineffassign
3030
- nakedret
31-
- interfacer
3231
- gocyclo
3332
- lll
3433
- dupl

0 commit comments

Comments
 (0)