Merge "Remove deprecated interfacer
linter"
This commit is contained in:
commit
a37a8800cc
@ -200,7 +200,6 @@ linters:
|
|||||||
- gosec # Inspects source code for security problems
|
- 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
|
- 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
|
- ineffassign # Detects when assignments to existing variables are not used
|
||||||
- interfacer # Linter that suggests narrower interface types
|
|
||||||
- lll # Reports long lines
|
- lll # Reports long lines
|
||||||
- misspell # Finds commonly misspelled English words in comments
|
- misspell # Finds commonly misspelled English words in comments
|
||||||
- nakedret # Finds naked returns in functions greater than a specified function length
|
- nakedret # Finds naked returns in functions greater than a specified function length
|
||||||
|
Loading…
Reference in New Issue
Block a user