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 7cb5929 commit 05fce22Copy full SHA for 05fce22
index.js
@@ -15,6 +15,9 @@ module.exports = {
15
* @see https://commitlint.js.org/#/reference-rules
16
*/
17
rules: {
18
+ // Do not restrict line length in message body
19
+ 'body-max-line-length': [0],
20
+
21
// Warn when missing project key is missing, but do not enforce (there may be cases without existing key).
22
'references-empty': [1, 'never'],
23
0 commit comments