mirror of https://gitee.com/namelin2022/ollama
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
299 B
18 lines
299 B
|
2 years ago
|
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
|