We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3c018 commit 178cb6fCopy full SHA for 178cb6f
lib/commit-lint.ts
@@ -73,7 +73,7 @@ export class LintCommit {
73
}
74
75
for (let i = 2; i < this.lines.length; i++) {
76
- if (this.lines[i].length > 72) {
+ if (this.lines[i].length > 80) {
77
this.block("Please wrap lines in the body of the commit " +
78
"message between 60 and 72 characters.");
79
break;
0 commit comments