14 lines
143 B
YAML
14 lines
143 B
YAML
|
|
version: "2"
|
||
|
|
|
||
|
|
run:
|
||
|
|
timeout: 5m
|
||
|
|
tests: true
|
||
|
|
|
||
|
|
linters:
|
||
|
|
enable:
|
||
|
|
- errcheck
|
||
|
|
- govet
|
||
|
|
- ineffassign
|
||
|
|
- staticcheck
|
||
|
|
- unused
|