1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-08-20 23:17:23 +00:00
tea/vendor/code.gitea.io/gitea-vet/.golangci.yml

23 lines
322 B
YAML
Raw Permalink Normal View History

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