ollama/.golangci.yaml
Michael Yang e40145a39d lint
2024-06-04 11:13:30 -07:00

25 lines
445 B
YAML

run:
timeout: 5m
linters:
enable:
- asasalint
- bidichk
- bodyclose
- containedctx
- contextcheck
- exportloopref
- gocheckcompilerdirectives
# FIXME: for some reason this errors on windows
# - gofmt
# - goimports
- intrange
- misspell
- nilerr
- nolintlint
- nosprintfhostport
- testifylint
- unconvert
- unused
- usestdlibvars
- wastedassign
- whitespace