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 372b3d5 commit 6a5db1dCopy full SHA for 6a5db1d
commitlint.config.mjs
@@ -4,6 +4,8 @@ export default {
4
rules: {
5
// Disable the rule that enforces lowercase in subject
6
"subject-case": [0], // 0 = disable, 1 = warn, 2 = error
7
+ // Disable the rule that enforces a maximum line length in the body
8
+ "body-max-line-length": [0, "always"]
9
},
10
11
};
0 commit comments