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 15, 2020
1 parent c43ad2e commit 87bdded
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 87bdded

Please sign in to comment.