commitplease
commitplease copied to clipboard
Validates strings as commit messages
I would like to be able to allow commits like the following when using the `angular` style: ``` Revert "chore(docs-app): create examples with correct Angular version" ```
When working with a Node-based project in a secure isolated environment, it is imho best practice to only expose the working directory of that one project, and to disallow write...
Follows-up https://github.com/jzaefferer/commitplease/issues/36. My dev environment for Node.js specifically mounts project directories in the isolation container with read-only access to `.git` for security reasons ([details](https://gerrit.wikimedia.org/g/fresh/)). This means I'm currently unable to...
I think it would be great to allow users to provide his own file with his desired rules. If I'm not wrong this tool will use 'jquery' style by default:...
Sometimes it's preferable to use links which might be longer then assigned limit, you do have the rules – `markerPattern`, `actionPattern`, `ticketPattern`, but it's intended for the issues and it's...
Hey there, just learned about `commitplease` by chance. Thanks for making your work available! I am the author of [commitlint](http://marionebl.github.io/commitlint/#/), a tool very similar to yours. I wonder if we...
I recently wrote a commit message that contained URLs that were over 100 characters long. That's the upper limit of the AngularJS style guidelines. Do you plan to support this,...
These exceptions are hard-coded in https://github.com/jzaefferer/commitplease/blob/cec0dd6d28ed1ec42843285192072877830c1f96/lib/validate.js as far as I can see. This is okay when a commit range gets reviewed before merging, but to be 100% strict, you should...