commitlint-pre-commit-hook icon indicating copy to clipboard operation
commitlint-pre-commit-hook copied to clipboard

A pre-commit hook for commitlint

Results 4 commitlint-pre-commit-hook issues
Sort by recently updated
recently updated
newest added

While related to conventional-changelog/commitlint#3256 bug, I think this could be solved in the hooks as pre-commit already provides a (mostly) isolated node environment. Instead of running the CLI directly, the...

bug

Currently, the hook has no tests (beyond any that are done locally), this hook does change all that much basically but nevertheless, I think it could be a good idea...

enhancement
good first issue

Currently, once there is a new commitlint version, the releases are done manually (ie a branch is open, files are updated, merge & push a tag with the new version);...

enhancement
good first issue

Running into the below issue with the commitlint-pre-commit-hook: [INFO] Installing environment for https://github.com/alessandrojcm/commitlint-pre-commit-hook. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... An unexpected...

bug