git-commit-msg-linter
git-commit-msg-linter copied to clipboard
git commit message linter hook
Is it possible to run the script for a range of commits from command line? Something like: ```bash commit-msg-linter sha1 sha2 ``` So it can be ran from CI to...
- advanced setting: - `englishOnly` should check complete language - make it adjustable in commitlinterrc.json > `First letter of subject must be a lowercase one.` - ~~color support for windows...
don't work with bun cli
Steps for you: 1. Open `Settings` -> `Actions` -> `General`, and then tick `Allow GitHub Actions to create and approve pull requests` 2. Open `Settings` -> `Secrets and variables` ->...
The .git/hooks/commit-msg of my project is at this path: "C:\Workplace\One drive\Example-Project\.git\hooks\commit-msg" Since there is a space at "\One drive\" in the path, the lib doesn't work correctly because it configures...