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