plakken/.golangci.yaml

28 lines
448 B
YAML
Raw Permalink Normal View History

2024-04-10 17:33:38 +00:00
linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
2024-05-10 22:42:58 +00:00
- gomnd
- execinquery
2024-04-10 17:33:38 +00:00
# Too extremist/unusable
- depguard
- varnamelen
- exhaustruct
- wsl
- contextcheck
- wrapcheck
linters-settings:
lll:
# Too short byt default
line-length: 160