Skip to content

Commit

Permalink
ci(commitlint): remove max-line-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Nov 28, 2023
1 parent a66c55b commit 3769566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(commit) => commit.startsWith("chore(release)")],
rules: {
"body-max-line-length": [0],
},
};

0 comments on commit 3769566

Please sign in to comment.