Explorar el Código

Increase golangci-lint timeout value

Frédéric Guillot hace 3 años
padre
commit
790ce5be6d
Se han modificado 1 ficheros con 1 adiciones y 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