plakken/.golangci.yaml

17 lines
254 B
YAML
Raw Normal View History

2023-12-28 22:59:48 +01:00
linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
# To extremist
- depguard