Skip to content

Commit

Permalink
ci(pre-commit): replace system hadolint with hadolint-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 17, 2023
1 parent 5e96b10 commit e16f949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks"
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
autoupdate_schedule: quarterly
skip: [hadolint]
skip: [hadolint-docker]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -45,11 +45,6 @@ repos:
types: []
types_or: [shell, dockerfile]

- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint

- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["ms-azuretools.vscode-docker", "exiasr.hadolint"]
"recommendations": ["ms-azuretools.vscode-docker"]
}

0 comments on commit e16f949

Please sign in to comment.