changelog/.golangci.yml
John Olheiser 57e620da5b
Some checks failed
continuous-integration/drone/push Build is failing
Updates and priority changes (#62)
Reviewed-on: #62
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-06-22 09:27:24 +08:00

23 lines
320 B
YAML

linters:
enable:
- deadcode
- dogsled
- dupl
- errcheck
- funlen
- gocognit
- goconst
- gocritic
- gocyclo
- gofmt
- gosimple
- govet
- misspell
- prealloc
- revive
- staticcheck
- structcheck
- typecheck
- unparam
- unused
- varcheck