plakken/.golangci.yaml
2024-04-10 19:21:25 +02:00

16 lines
254 B
YAML

linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
# To extremist
- depguard