repogen/.golangci.yml

11 lines
133 B
YAML

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