2022-05-31 19:23:39 +00:00
|
|
|
run:
|
|
|
|
timeout: 5m
|
|
|
|
linters:
|
|
|
|
disable:
|
|
|
|
- errcheck
|
|
|
|
enable:
|
2022-07-18 16:37:18 +00:00
|
|
|
- contextcheck
|
|
|
|
- durationcheck
|
|
|
|
- errname
|
|
|
|
- execinquery
|
|
|
|
- gofmt
|
|
|
|
- ifshort
|
|
|
|
- misspell
|
|
|
|
- nilerr
|
2022-07-06 21:56:07 +00:00
|
|
|
- noctx
|
2022-07-18 16:37:18 +00:00
|
|
|
- nolintlint
|
|
|
|
- nosprintfhostport
|
|
|
|
- prealloc
|
2022-07-06 21:32:15 +00:00
|
|
|
- rowserrcheck
|
|
|
|
- sqlclosecheck
|
2022-07-18 16:37:18 +00:00
|
|
|
- unconvert
|
2022-05-31 19:23:39 +00:00
|
|
|
- unused
|
2022-07-18 16:37:18 +00:00
|
|
|
- wastedassign
|
|
|
|
- whitespace
|