16 lines
205 B
YAML
16 lines
205 B
YAML
|
run:
|
||
|
concurrency: 8
|
||
|
deadline: 5m
|
||
|
tests: false
|
||
|
linters:
|
||
|
enable-all: true
|
||
|
disable:
|
||
|
- funlen
|
||
|
- gochecknoglobals
|
||
|
- gocognit
|
||
|
- goconst
|
||
|
- godox
|
||
|
- gosec
|
||
|
- maligned
|
||
|
- wsl
|