git-commit-msg-linter icon indicating copy to clipboard operation
git-commit-msg-linter copied to clipboard

git commit message linter hook

Results 5 git-commit-msg-linter issues
Sort by recently updated
recently updated
newest added
trafficstars

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...