10 lines
126 B
YAML
10 lines
126 B
YAML
|
|
linters:
|
||
|
|
enable:
|
||
|
|
- errcheck
|
||
|
|
- gosimple
|
||
|
|
- govet
|
||
|
|
- ineffassign
|
||
|
|
- staticcheck
|
||
|
|
- typecheck
|
||
|
|
- unused
|