16 lines
243 B
YAML
16 lines
243 B
YAML
run:
|
|
timeout: 5m
|
|
linters:
|
|
enable:
|
|
- asasalint
|
|
- bidichk
|
|
- bodyclose
|
|
- containedctx
|
|
- contextcheck
|
|
- exportloopref
|
|
- gocheckcompilerdirectives
|
|
- gofmt
|
|
- goimports
|
|
- misspell
|
|
- nilerr
|
|
- unused
|