Remove deprecated scopelint
linter
The scopelint linter has been made obsolete [0] [0] https://github.com/kyoh86/scopelint#obsoleted Change-Id: I036dd5842e44e6865f3dc11bfcb430c08841d5c2
This commit is contained in:
parent
62324b29e5
commit
0045374b75
@ -204,7 +204,6 @@ linters:
|
||||
- misspell # Finds commonly misspelled English words in comments
|
||||
- nakedret # Finds naked returns in functions greater than a specified function length
|
||||
- prealloc # Finds slice declarations that could potentially be preallocated
|
||||
- scopelint # Scopelint checks for unpinned variables in go programs
|
||||
- unconvert # Remove unnecessary type conversions
|
||||
- unparam # Reports unused function parameters
|
||||
- unused # Checks Go code for unused constants, variables, functions and types
|
||||
|
Loading…
Reference in New Issue
Block a user