Skip to content

Commit d120ca4

Browse files
committed
Remove broken hadolint
1 parent 1d632dd commit d120ca4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ repos:
6565
args: ["--ignore=W503", "--max-line-length=120"]
6666

6767
# hadolint ~ Docker linter
68-
- repo: https://github.com/hadolint/hadolint
69-
rev: v2.13.1-beta
70-
hooks:
71-
- id: hadolint-docker
72-
args: [
73-
"--ignore=DL3008", # Pin versions in apt get install.
74-
]
68+
#- repo: https://github.com/hadolint/hadolint
69+
# rev: v2.13.1-beta
70+
# hooks:
71+
# - id: hadolint-docker
72+
# args: [
73+
# "--ignore=DL3008", # Pin versions in apt get install.
74+
# ]
7575

7676
# ShellCheck ~ Gives warnings and suggestions for bash/sh shell scripts
7777
- repo: https://github.com/koalaman/shellcheck-precommit

0 commit comments

Comments
 (0)