12 lines
111 B
YAML
12 lines
111 B
YAML
version: "2"
|
|
|
|
linters:
|
|
enable:
|
|
- errcheck
|
|
- govet
|
|
- staticcheck
|
|
- unused
|
|
|
|
run:
|
|
timeout: 5m
|