We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ecce1 commit e23c89aCopy full SHA for e23c89a
.github/configs/commitlint.config.js
@@ -1,6 +1,6 @@
1
const { maxLineLength } = require('@commitlint/ensure')
2
3
-const bodyMaxLineLength = 100
+const bodyMaxLineLength = 200
4
5
const validateBodyMaxLengthIgnoringDeps = (parsedCommit) => {
6
const { type, scope, body } = parsedCommit
0 commit comments