diff --git a/.golangci.yaml b/.golangci.yaml index 9c4d8d5f..9902971c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -36,6 +36,9 @@ linters: - makezero - maintidx + # Limits the methods of an interface to 10. We have more in integration tests + - interfacebloat + # We might want to enable this, but it might be a lot of work - cyclop - nestif