Skip to content

Commit

Permalink
Disable the interfacer lint
Browse files Browse the repository at this point in the history
It's overzealous and doesn't understand that interfaces have semantic
meaning (and has just bad results on occaison).
  • Loading branch information
DirectXMan12 committed Oct 16, 2020
1 parent 762bea7 commit 5de9250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ linters:
- unparam
- ineffassign
- nakedret
- interfacer
- gocyclo
- lll
- dupl
Expand Down

0 comments on commit 5de9250

Please sign in to comment.