repogen/.golangci.yml

10 lines
118 B
YAML
Raw Normal View History

linters:
enable:
- errname
- errorlint
- lll
- stylecheck
linters-settings:
lll:
tab-width: 4