ollama/.golangci.yaml

17 lines
243 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
- gofmt
- goimports
2023-12-15 22:25:12 +00:00
- misspell
- nilerr
- unused