1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 04:31:27 +02:00
gitea/vendor/code.gitea.io/gitea-vet/.golangci.yml

23 lines
322 B
YAML
Raw 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