Skip to content

Commit

Permalink
chore: update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Nov 2, 2023
1 parent 6fc4d09 commit 4ae721a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"scope-case": [2, "always", "kebab-case"],
"header-max-length": [2, "always", 120],
"body-max-line-length": [0, "always", 100],
"footer-max-line-length": [0, "always", 120],
"subject-full-stop": [0, "never", "."]
},
"helpUrl": "https://github.com/dialpad/dialtone/blob/staging/.github/COMMIT_CONVENTION.md"
}
}

0 comments on commit 4ae721a

Please sign in to comment.