You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One has to run:
pre-commit install --hook-type commit-msg --hook-type pre-push for the commitizen hooks to work properly.
Running install without specifying hook types is not enough.
Is there an existing issue for this?
Community Note
Terraform Version
x
Nexus Provider Version
x
Nexus Version
x
Affected Resource(s)/Data Source(s)
x
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
a commit with message "testcommit" should fail throw the pre-commit hook commitizen
Actual Behaviour
it's not failing
Steps to Reproduce
pre-commit install
touch testfile
git add testfile
git commit -m "testcommit"
References
No response
The text was updated successfully, but these errors were encountered: