Skip to content

Commit

Permalink
fix(full): make pre-commit optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Aug 13, 2024
1 parent 4f2b38d commit f0d8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/full/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"postCreateCommand": {
"helm-completion": "helm completion bash | sudo tee -a /etc/bash_completion.d/helm > /dev/null",
"pre-commit": "pre-commit install --install-hooks -t pre-commit -t commit-msg || true"
"pre-commit": "pre-commit install --install-hooks -t pre-commit -t commit-msg --allow-missing-config || true"
}
}

0 comments on commit f0d8ae1

Please sign in to comment.