aptly/.golangci.yml

17 lines
186 B
YAML

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