Przeglądaj źródła

Increase golangci-lint timeout value

Frédéric Guillot 2 lat temu
rodzic
commit
790ce5be6d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/linters.yml

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

@@ -28,4 +28,4 @@ jobs:
           go-version: "1.20"
           go-version: "1.20"
       - uses: golangci/golangci-lint-action@v3
       - uses: golangci/golangci-lint-action@v3
         with:
         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