We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70edb9b commit 04f971cCopy full SHA for 04f971c
.gitattributes
@@ -1 +1,2 @@
1
llm/ext_server/* linguist-vendored
2
+*.go text eol=lf
.github/workflows/test.yaml
@@ -269,7 +269,7 @@ jobs:
269
mkdir -p llm/build/darwin/$ARCH/stub/bin
270
touch llm/build/darwin/$ARCH/stub/bin/ollama_llama_server
271
if: ${{ startsWith(matrix.os, 'macos-') }}
272
- - uses: golangci/golangci-lint-action@v4
+ - uses: golangci/golangci-lint-action@v5
273
with:
274
args: --timeout 8m0s -v
275
test:
.golangci.yaml
@@ -9,9 +9,8 @@ linters:
9
- contextcheck
10
- exportloopref
11
- gocheckcompilerdirectives
12
- # FIXME: for some reason this errors on windows
13
- # - gofmt
14
- # - goimports
+ - gofmt
+ - goimports
15
- misspell
16
- nilerr
17
- unused
0 commit comments