peridot/vendor/github.com/temoto/robotstxt/.golangci.yml
2022-07-07 22:13:21 +02:00

21 lines
280 B
YAML

linters:
enable:
- goconst
- gofmt
- gosec
- maligned
- prealloc
- staticcheck
disable:
- deadcode
- structcheck
- varcheck
linters-settings:
gofmt:
simplify: true
govet:
check-shadowing: true
maligned:
suggest-new: true