13 lines
142 B
YAML
13 lines
142 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- errcheck
|
|
- errname
|
|
- errorlint
|
|
- bodyclose
|
|
- durationcheck
|
|
- whitespace
|
|
|