Skip to content

Commit

Permalink
don't run hadolint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Oct 29, 2023
1 parent bad5ef4 commit ff75705
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ repos:
rev: 0.2.2
hooks:
- id: checkmake
exclude: '^docker/Dockerfile.make$' # actually a Dockerfile and not a makefile
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint-docker
- id: hadolint

ci:
autofix_commit_msg: |
Expand All @@ -36,5 +37,6 @@ ci:
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
skip: [check-hooks-apply, check-useless-excludes]
# NB: hadolint not included in pre-commit.ci
skip: [check-hooks-apply, check-useless-excludes, hadolint]
submodules: false

0 comments on commit ff75705

Please sign in to comment.