ollama/.golangci.yaml

18 lines
299 B
YAML
Raw Normal View History

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