diff --git a/commitlint.config.js b/commitlint.config.js index 85ce1e0..99e4967 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -4,6 +4,7 @@ const Configuration= { rules: { 'body-empty': [1, 'never'], 'body-case': [2, 'always', 'sentence-case'], + 'body-max-line-length': [1, 'always', 100], 'references-empty': [1, 'never'], 'signed-off-by': [2, 'always', 'Signed-off-by:'], },