mirror of https://github.com/docker/cli.git
Merge pull request #5298 from laurazard/fix-linter
lint: replace deprecated linter names
This commit is contained in:
commit
826fc32e82
|
@ -16,7 +16,6 @@ linters:
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- lll
|
- lll
|
||||||
- megacheck
|
|
||||||
- misspell # Detects commonly misspelled English words in comments.
|
- misspell # Detects commonly misspelled English words in comments.
|
||||||
- nakedret
|
- nakedret
|
||||||
- nilerr # Detects code that returns nil even if it checks that the error is not nil.
|
- nilerr # Detects code that returns nil even if it checks that the error is not nil.
|
||||||
|
@ -36,7 +35,7 @@ linters:
|
||||||
- unparam
|
- unparam
|
||||||
- unused
|
- unused
|
||||||
- usestdlibvars
|
- usestdlibvars
|
||||||
- vet
|
- govet
|
||||||
- wastedassign
|
- wastedassign
|
||||||
|
|
||||||
disable:
|
disable:
|
||||||
|
|
Loading…
Reference in New Issue