23 lines
284 B
YAML
23 lines
284 B
YAML
version: "2"
|
|
|
|
run:
|
|
timeout: 5m
|
|
|
|
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bidichk
|
|
- errcheck
|
|
- govet
|
|
- staticcheck
|
|
- ineffassign
|
|
- unconvert
|
|
- unused
|
|
- misspell
|
|
- prealloc
|
|
- bodyclose
|
|
- errorlint
|
|
- nilerr
|
|
- nilnil
|
|
- durationcheck
|