Skip to content

Commit

Permalink
chore: relax commitlint check
Browse files Browse the repository at this point in the history
Allow conventional commits, but do not enforce it
  • Loading branch information
kaibernhard committed Nov 16, 2023
1 parent d5d98c0 commit c390bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
rules: {
"body-case": [2, "always", "sentence-case"],
"body-leading-blank": [2, "always"],
"header-case": [2, "always", "sentence-case"],
"header-case": [1, "always", "sentence-case"],
"header-full-stop": [2, "never", "."],
"header-max-length": [2, "always", 72],
},
Expand Down

0 comments on commit c390bab

Please sign in to comment.