25 lines
361 B
YAML
25 lines
361 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
disable:
|
|
- errcheck
|
|
enable:
|
|
- contextcheck
|
|
- durationcheck
|
|
- errname
|
|
- execinquery
|
|
- gofmt
|
|
- ifshort
|
|
- misspell
|
|
- nilerr
|
|
- noctx
|
|
- nolintlint
|
|
- nosprintfhostport
|
|
- prealloc
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- unconvert
|
|
- unused
|
|
- wastedassign
|
|
- whitespace
|