10 lines
97 B
YAML
10 lines
97 B
YAML
linters:
|
|
enable:
|
|
- errcheck
|
|
- govet
|
|
- staticcheck
|
|
- unused
|
|
|
|
run:
|
|
timeout: 5m
|