aptly/.golangci.yml

20 lines
231 B
YAML

run:
tests: false
linters:
disable-all: true
enable:
- deadcode
- goconst
- gofmt
- goimports
- govet
- ineffassign
- misspell
- revive
- staticcheck
- structcheck
- varcheck
- vetshadow