We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d632dd commit d120ca4Copy full SHA for d120ca4
.pre-commit-config.yaml
@@ -65,13 +65,13 @@ repos:
65
args: ["--ignore=W503", "--max-line-length=120"]
66
67
# 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
- ]
+ #- repo: https://github.com/hadolint/hadolint
+ # rev: v2.13.1-beta
+ # hooks:
+ # - id: hadolint-docker
+ # args: [
+ # "--ignore=DL3008", # Pin versions in apt get install.
+ # ]
75
76
# ShellCheck ~ Gives warnings and suggestions for bash/sh shell scripts
77
- repo: https://github.com/koalaman/shellcheck-precommit
0 commit comments