mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
ci: disable some lint
some lint work failed with generic
This commit is contained in:
parent
70da0ce6e4
commit
5b148d6c5e
@ -21,35 +21,28 @@ linters:
|
||||
disable-all: true
|
||||
fast: false
|
||||
enable:
|
||||
- bodyclose
|
||||
- deadcode
|
||||
- depguard
|
||||
- dogsled
|
||||
#- bodyclose
|
||||
#- deadcode
|
||||
#- depguard
|
||||
#- dogsled
|
||||
- gofmt
|
||||
- goimports
|
||||
- errcheck
|
||||
- exportloopref
|
||||
- exhaustive
|
||||
- bidichk
|
||||
#- funlen
|
||||
#- goconst
|
||||
- gocritic
|
||||
#- gocyclo
|
||||
- gofmt
|
||||
- goimports
|
||||
- goprintffuncname
|
||||
#- gosec
|
||||
- gosimple
|
||||
#- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
#- misspell
|
||||
- nolintlint
|
||||
- rowserrcheck
|
||||
- staticcheck
|
||||
#- nolintlint
|
||||
#- rowserrcheck
|
||||
#- staticcheck
|
||||
- structcheck
|
||||
- stylecheck
|
||||
- typecheck
|
||||
#- stylecheck
|
||||
- unconvert
|
||||
- unparam
|
||||
- unused
|
||||
#- unparam
|
||||
#- unused
|
||||
- varcheck
|
||||
- whitespace
|
||||
- prealloc
|
||||
|
Loading…
x
Reference in New Issue
Block a user