diff --git a/.golangci.yml b/.golangci.yml index ac77301b..fae355a3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,7 @@ # options for analysis running run: # timeout for analysis, e.g. 30s, 5m, default is 1m - timeout: 5m + timeout: 10m # include test files or not, default is true tests: false diff --git a/.woodpecker/full-pre-commit.yml b/.woodpecker/full-pre-commit.yml deleted file mode 100644 index 4aa62c1c..00000000 --- a/.woodpecker/full-pre-commit.yml +++ /dev/null @@ -1,11 +0,0 @@ -pipeline: - # Kludge for non-root containers under WoodPecker - fix-ownership: - image: alpine:latest - commands: chown -R 1234:1234 . - - full-pre-commit: - image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36 - commands: - - export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)" - - pre-commit run -a