Skip to content

Commit

Permalink
chore: increase header-max-length for commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Sep 23, 2019
1 parent 033f8a7 commit dfdabe3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["@commitlint/config-conventional"]
"extends": ["@commitlint/config-conventional"],
"rules": {
"header-max-length": [0, "always", 144],
}
}

0 comments on commit dfdabe3

Please sign in to comment.