Skip to content

Commit

Permalink
build: Disable interfacebloat linter
Browse files Browse the repository at this point in the history
Policy interface has more than 10 methods, but we aren't gonna change it.

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad authored and jvanz committed Dec 13, 2022
1 parent 3f0589d commit 9883590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ linters:
- lll # long lines
# https://github.com/golangci/golangci-lint/issues/541
- interfacer
- interfacebloat
# TODO: enable once we can set some exceptions
- funlen
- ifshort # deprecated
Expand Down

0 comments on commit 9883590

Please sign in to comment.