Explorar o código

Increase golangci-lint timeout value

Frédéric Guillot %!s(int64=3) %!d(string=hai) anos
pai
achega
790ce5be6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/linters.yml

+ 1 - 1
.github/workflows/linters.yml

@@ -28,4 +28,4 @@ jobs:
           go-version: "1.20"
       - uses: golangci/golangci-lint-action@v3
         with:
-          args: --skip-dirs tests --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace
+          args: --timeout 10m --skip-dirs tests --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace