Skip to content

Commit

Permalink
test(commitlint): Disable rule 'footer-max-line-length'
Browse files Browse the repository at this point in the history
To allow for example a URL in the last line
  • Loading branch information
RandomByte authored and github-actions[bot] committed Sep 11, 2024
1 parent 1f1dbf8 commit a64740e
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
Expand Up @@ -22,6 +22,7 @@ export default {
],
],
"body-max-line-length": [2, "always", 160],
"footer-max-line-length": [0],
"subject-case": [
2, "always",
["sentence-case", "start-case", "pascal-case"],
Expand Down

0 comments on commit a64740e

Please sign in to comment.