diff --git a/.golangci.yaml b/.golangci.yaml index 547e26cb5..f1c85496b 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -200,7 +200,6 @@ linters: - gosec # Inspects source code for security problems - govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string - ineffassign # Detects when assignments to existing variables are not used - - interfacer # Linter that suggests narrower interface types - lll # Reports long lines - misspell # Finds commonly misspelled English words in comments - nakedret # Finds naked returns in functions greater than a specified function length