question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: config-angular header-max-length should be 100

See original GitHub issue

Expected 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
marioneblcommented, Sep 4, 2018

@Fetz Let’s go with 100 in config-conventional

0reactions
escapedcatcommented, Jun 3, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found