spiegel/.golangci.yaml
2024-05-22 01:41:34 +02:00

27 lines
No EOL
446 B
YAML

linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
- gomnd
- execinquery
# To extremist/unusable
- depguard
- varnamelen
- exhaustruct
- wsl
- contextcheck
- wrapcheck
linters-settings:
lll:
# Too short by default
line-length: 160