Skip to content

Commit

Permalink
ci(build): commitlint config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jul 10, 2024
1 parent 38a89a5 commit 41555a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(commit) => commit.startsWith("[skip ci]")],
ignores: [(commit) => commit.startsWith("[skip-ci]")],
rules: {
"body-max-line-length": [0, "always", 200],
},
Expand Down

0 comments on commit 41555a6

Please sign in to comment.