Skip to content

Commit

Permalink
chore: make max-header-length in commitlint a warning
Browse files Browse the repository at this point in the history
dependabot sometimes creates commit messages that violate this rule. nothing we can do about it at the moment. see #8
  • Loading branch information
TimoGlastra committed Apr 20, 2020
1 parent 181f765 commit da2eaa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{ "extends": ["@commitlint/config-conventional"] }
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"header-max-length": [1, "always", 72]
}
}

0 comments on commit da2eaa3

Please sign in to comment.