1
0
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:
wdvxdr 2022-03-19 10:53:58 +08:00
parent 70da0ce6e4
commit 5b148d6c5e
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -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