-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: config-angular header-max-length should be 100 #303
Comments
BTW, new rules should be created to restrict body and footer line length. For the moment, there are 2 rules to restrict both the body and footer length but not the line length used to create the body and footer. These rules could be |
Thanks for the suggestions. To my knowledge the change from 72 to 100 char length in headers happened during the Angular.js to Angular transition, also see https://github.com/marionebl/commitlint/issues/146.
Concerning |
@marionebl since both if 100 to be aligned to Angular, then we should change the header as well to 100 |
@Fetz Let's go with |
I requested for 100 in in config-conventional, as well. #859 . |
We released v9.0.1 under the next tag. This should include the updated max-length rule. |
Expected Behavior
In the angular config package, the rule header-max-length should be set to 100 characters.
Current Behavior
For the moment, the header line is configurered to only allow 72 characters.
Affected packages
Possible Solution
Configure the rule header-max-length to 100 characters.
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: