ollama/.golangci.yaml

26 lines
445 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
2024-05-22 05:21:04 +00:00
- intrange
2023-12-15 22:25:12 +00:00
- misspell
- nilerr
2024-05-22 05:07:57 +00:00
- nolintlint
- nosprintfhostport
2024-05-22 05:21:04 +00:00
- testifylint
- unconvert
2023-12-15 22:25:12 +00:00
- unused
2024-05-22 05:21:04 +00:00
- usestdlibvars
- wastedassign
- whitespace