Skip to content

Commit

Permalink
feat: set the warning on the "footer-max-line-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Feb 1, 2024
1 parent 9fd48c7 commit 15582e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@commitlint/config-conventional",
"rules": {
"body-max-line-length": [1, "always", 100],
"footer-max-line-length": [1, "always", 100],
"type-case": [2, "always", "camel-case"],
"type-enum": [
2,
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ declare const _default: {
extends: "@commitlint/config-conventional";
rules: {
"body-max-line-length": [1, "always", 100];
"footer-max-line-length": [1, "always", 100];
"type-case": [2, "always", "camel-case"];
"type-enum": [
2,
Expand Down

0 comments on commit 15582e0

Please sign in to comment.