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 71344cb commit d478021
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 d478021

Please sign in to comment.