Skip to content

Commit

Permalink
fix: fix to ignore header max length (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofps authored Apr 2, 2024
1 parent 935eae4 commit 54c0215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
extends: ['@commitlint/config-conventional'],
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
rules: {
'body-max-line-length': [0, 'always'],
}
Expand Down

0 comments on commit 54c0215

Please sign in to comment.