We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd657c0 commit 689f0b4Copy full SHA for 689f0b4
tests/test_bake_project.py
@@ -125,7 +125,7 @@ def test_project_setup(
125
126
run_cmd("git add .")
127
stdout, stderr, exit_code = run_cmd(
128
- f"SKIP=no-commit-to-branch {dependency_management_tool} run pre-commit run --all-files"
+ f"SKIP=no-commit-to-branch,hadolint-docker {dependency_management_tool} run pre-commit run --all-files"
129
)
130
print(stdout)
131
print(stderr)
0 commit comments