Merge "Remove deprecated interfacer linter"

This commit is contained in:
Zuul 2020-05-01 00:51:45 +00:00 committed by Gerrit Code Review
commit a37a8800cc

View File

@ -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