Skip to content

Commit

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

0 comments on commit 5ae772f

Please sign in to comment.