10 lines
133 B
YAML
10 lines
133 B
YAML
linters:
|
|
enable:
|
|
- errname
|
|
- errorlint
|
|
- goerr113
|
|
- lll
|
|
- stylecheck
|
|
linters-settings:
|
|
lll:
|
|
tab-width: 4
|