esquery/.golangci.yml

28 lines
497 B
YAML

linters:
disable-all: true
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- dupl
- funlen
- goconst
- gocyclo
- gocritic
- goimports
- goprintffuncname
- gosec
- lll
- misspell
- nakedret
- prealloc
- unconvert
- unparam