style: update body length rule
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/23/head
Richard Attermeyer 2024-01-28 20:39:06 +00:00
parent 49d57da182
commit d520e82699
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = { extends: ['@commitlint/config-conventional'],
"rules": {
"body-max-line-length": () => [0, "always", 200]
}
}