Skip to content

Commit

Permalink
build: temporarily increase the commit msg limit to 120
Browse files Browse the repository at this point in the history
Right now HEAD and 5.0.x have a branch deviation and therefore
all the commits between both branches are being compared. There
exists a problematic commit which has a commit message that is
longer than 100 commits. This patch will temporarily increase
the limit to 120 so that CI passes. Once master is resumed to
being the primary development branch (once 5.0.0 is out) then
the the msg limit will be set back to 100.
  • Loading branch information
matsko committed Oct 30, 2017
1 parent 4864160 commit 9aea6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/validate-commit-message/commit-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"maxLength": 100,
"maxLength": 120,
"types": [
"build",
"ci",
Expand Down

0 comments on commit 9aea6a9

Please sign in to comment.