diff --git a/.github/commitlint.config.json b/.github/commitlint.config.json index 7f2531d07..03ee2829c 100644 --- a/.github/commitlint.config.json +++ b/.github/commitlint.config.json @@ -33,6 +33,11 @@ 2, "always", 120 + ], + "body-max-line-length": [ + 1, + "always", + 100 ] } }