Skip to content

Commit

Permalink
chore(*): set commit message max-length as 120
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Jul 26, 2022
1 parent 7a86713 commit 662df5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": {
"header-max-length": [2, "always", 90],
"header-max-length": [2, "always", 120],
"scope-empty": [2, "never"],
"scope-case": [2, "always", "pascal-case"],
"subject-empty": [2, "never"],
Expand Down

0 comments on commit 662df5a

Please sign in to comment.