Skip to content
#

git-hooks

Here are 247 public repositories matching this topic...

sradnev
sradnev commented Nov 6, 2019

We want to enforce talisman for specific repositories, potentially as a part of setup/build scripts. Currently the install.sh script is hardcoded as a pre-push hook.

We would like to be able to easily install talisman (e.g. via an install script) for specific repositories but as a pre-commit hook. Ideally, the install.sh script should be able to take a parameter just like the global insta

robinbowes
robinbowes commented Feb 1, 2020

The terraform_docs plugin is failing on terraform 0.11.x.

$ pre-commit run -a terraform_docs
Terraform docs...........................................................Failed
- hook id: terraform_docs
- exit code: 1

It's caused by a combination of set -e and this line:

hack_terraform_docs=$(terraform version | head -1 | grep -c 0.12)

This exits with error code 1

Improve this page

Add a description, image, and links to the git-hooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the git-hooks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.