mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
golangci: enable 'staticcheck'
This commit is contained in:
parent
fb85207e34
commit
4e2204874e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ linters:
|
||||||
#- nolintlint
|
#- nolintlint
|
||||||
#- rowserrcheck
|
#- rowserrcheck
|
||||||
#- scopelint
|
#- scopelint
|
||||||
#- staticcheck
|
- staticcheck
|
||||||
#- structcheck ! deprecated since v1.49.0; replaced by 'unused'
|
#- structcheck ! deprecated since v1.49.0; replaced by 'unused'
|
||||||
#- stylecheck
|
#- stylecheck
|
||||||
#- typecheck
|
#- typecheck
|
||||||
|
|
Loading…
Reference in a new issue