2023-12-15 22:25:12 +00:00
|
|
|
run:
|
|
|
|
timeout: 5m
|
|
|
|
linters:
|
|
|
|
enable:
|
|
|
|
- asasalint
|
|
|
|
- bidichk
|
|
|
|
- bodyclose
|
|
|
|
- containedctx
|
|
|
|
- contextcheck
|
|
|
|
- exportloopref
|
|
|
|
- gocheckcompilerdirectives
|
2024-05-07 17:35:44 +00:00
|
|
|
# FIXME: for some reason this errors on windows
|
|
|
|
# - gofmt
|
|
|
|
# - goimports
|
2023-12-15 22:25:12 +00:00
|
|
|
- misspell
|
|
|
|
- nilerr
|
|
|
|
- unused
|