mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
Skip golangci in pre-commit.ci (#3692)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
3c19d778a5
commit
082a51b337
1 changed files with 1 additions and 1 deletions
|
@ -55,5 +55,5 @@ ci:
|
|||
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
|
||||
autoupdate_schedule: quarterly
|
||||
# NB: hadolint not included in pre-commit.ci
|
||||
skip: [check-hooks-apply, check-useless-excludes, hadolint, prettier]
|
||||
skip: [check-hooks-apply, check-useless-excludes, hadolint, prettier, golangci-lint]
|
||||
submodules: false
|
||||
|
|
Loading…
Reference in a new issue