commit-helper
commit-helper copied to clipboard
Make validations for commit message and tags
trafficstars
Is your feature request related to a problem? Please describe. Every convention has directives and rules that must be enforced while creating a commit.
Describe the solution you'd like This can be solved by applying a filter before the commit generations with a regex validation.
Describe alternatives you've considered Check items using regex
Tasks:
- [ ] Create validations for existing functions
- [ ] Add support to custom conventions