2020-03-24 02:01:50 +05:30
|
|
|
linters:
|
|
|
|
enable:
|
2022-05-11 00:09:19 +02:00
|
|
|
- asciicheck
|
|
|
|
- bidichk
|
2022-05-10 17:50:04 +02:00
|
|
|
- bodyclose
|
2022-05-11 09:42:11 +02:00
|
|
|
- containedctx
|
2022-05-10 17:06:48 +02:00
|
|
|
- deadcode
|
2022-05-16 10:58:47 +02:00
|
|
|
- decorder
|
2022-05-16 08:31:41 +02:00
|
|
|
- dogsled
|
2022-05-11 00:27:59 +02:00
|
|
|
- durationcheck
|
2020-03-24 02:01:50 +05:30
|
|
|
- errcheck
|
2022-05-16 12:51:31 +02:00
|
|
|
- errname
|
2022-05-11 01:10:25 +02:00
|
|
|
- exportloopref
|
2022-05-17 07:56:48 +02:00
|
|
|
- gci
|
2022-05-11 10:24:46 +02:00
|
|
|
- gochecknoinits
|
2022-05-17 08:19:03 +02:00
|
|
|
- gofmt
|
|
|
|
- gofumpt
|
2022-05-12 12:12:57 +02:00
|
|
|
- goprintffuncname
|
2022-05-10 17:06:48 +02:00
|
|
|
- gosec
|
2020-03-24 02:01:50 +05:30
|
|
|
- gosimple
|
2022-05-10 17:50:04 +02:00
|
|
|
- govet
|
2022-05-11 13:32:54 +02:00
|
|
|
- importas
|
2020-03-24 02:01:50 +05:30
|
|
|
- ineffassign
|
2022-05-16 15:38:57 +02:00
|
|
|
- misspell
|
2022-05-11 14:04:40 +02:00
|
|
|
- noctx
|
2022-05-10 17:50:04 +02:00
|
|
|
- staticcheck
|
2020-03-24 02:01:50 +05:30
|
|
|
- structcheck
|
2022-05-11 00:48:45 +02:00
|
|
|
- tenv
|
|
|
|
- thelper
|
|
|
|
- tparallel
|
2022-05-10 17:50:04 +02:00
|
|
|
- typecheck
|
2022-05-10 21:28:45 +02:00
|
|
|
- unconvert
|
2022-05-10 17:50:04 +02:00
|
|
|
- unused
|
|
|
|
- varcheck
|
2022-05-12 13:03:26 +02:00
|
|
|
- wastedassign
|
2022-05-10 19:01:29 +02:00
|
|
|
- whitespace
|
2020-03-24 02:01:50 +05:30
|
|
|
|
|
|
|
run:
|
2022-05-10 16:38:09 +02:00
|
|
|
timeout: 5m
|
2020-03-24 02:01:50 +05:30
|
|
|
skip-files:
|
|
|
|
- ".+_test.go"
|
2022-05-10 17:50:04 +02:00
|
|
|
- ".+_test_.+.go"
|