plakken/.golangci.yaml

26 lines
417 B
YAML
Raw Normal View History

2023-12-28 21:59:48 +00:00
linters:
enable-all: true
disable:
# Deprecated
- varcheck
- ifshort
- interfacer
- maligned
- deadcode
- scopelint
- golint
- structcheck
- exhaustivestruct
- nosnakecase
2024-04-02 20:13:41 +00:00
# To extremist/unusable
2023-12-28 21:59:48 +00:00
- depguard
2024-04-02 20:13:41 +00:00
- varnamelen
- exhaustruct
- wsl
- contextcheck
- wrapcheck
linters-settings:
lll:
# Too short byt default
line-length: 160