ewolfe
ewolfe
Here are some examples https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/index.js
Regular expressions are okay, but sometimes they don't cut it. For example: ```json "additions": [ { "pattern": "0|^[1-9]$|^[1-9]\\d$", "message": "Your PR is too big (over 99 additions)" } ] ```...
https://developer.github.com/webhooks/securing/
- We can get a little closer to 100% - nock's URL's need to have additional meta data (body payload) attached to truly verify the test - in the current...
> this is really cool - I'm curious: how does it work with labels? > I've often wanted an easy way to block PR merging using labels like `dont-merge` and...
Like the title says :)
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation We might want the option for something like: ```html ```
I just wanted to share a similar project I created https://github.com/ewolfe/prlint I found your project via https://github.com/conventional-changelog/conventional-changelog/issues/264 I would love to get your feedback on my take!