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