Feature: config-angular header-max-length should be 100
See original GitHub issueExpected Behavior
In the angular config package, the rule header-max-length should be set to 100 characters.
Any line of the commit message cannot be longer 100 characters! cfr Angular Contributing Doc
Current Behavior
For the moment, the header line is configurered to only allow 72 characters.
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
Configure the rule header-max-length to 100 characters.
Your Environment
Executable | Version |
---|---|
commitlint --version |
6.1.0 |
git --version |
git version 2.15.1.windows.2 |
node --version |
v8.9.1 |
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
nodeJS max header size in http.request - Stack Overflow
The total size of HTTP headers received by Node.js now must not exceed 8192 bytes. In our case, we updated versions of Node...
Read more >Optimize Angular bundle size in 4 steps - InDepth.Dev
In this article we will learn about how to optimize Angular bundle size in 4 ... In the “Response Headers”, if you should...
Read more >@commitlint/config-angular - npm package | Snyk
Learn more about @commitlint/config-angular: package health score, ... 95 / 100. security. No known security issues. popularity ... header-max-length.
Read more >HTML attribute: maxlength - MDN Web Docs
The maxlength attribute defines the maximum number of characters (as UTF-16 code units) the user can enter into an <input> or <textarea> ....
Read more >How To Fix HTTP Error 431 Request Header Fields Too Large
HTTP status codes like the 431 error can be frustrating because they ... if you're using React, you can adjust the max header...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Fetz Let’s go with
100
inconfig-conventional
We released v9.0.1 under the next tag. This should include the updated max-length rule.
Give it a try and provide feedback. Thanks.