spiegel/.golangci.yaml

27 lines
446 B
YAML
Raw Permalink Normal View History

2024-04-04 01:12:42 +02:00
linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
2024-05-22 01:41:34 +02:00
- gomnd
- execinquery
2024-04-04 01:12:42 +02:00
# To extremist/unusable
- depguard
- varnamelen
- exhaustruct
- wsl
- contextcheck
- wrapcheck
linters-settings:
lll:
# Too short by default
line-length: 160