Skip to content

Commit

Permalink
chore: improve invalid commit hint
Browse files Browse the repository at this point in the history
  • Loading branch information
e-cloud committed Aug 3, 2016
1 parent 63d4c3d commit 1b6b3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"docs",
"style",
"refactor",
"example",
"perf",
"test",
"chore",
Expand All @@ -58,7 +59,7 @@
"maxSubjectLength": 72,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": ""
"helpMessage": "\n# allowed type: feat, fix, docs, style, refactor, example, perf, test, chore, revert\n# subject no more than 50 chars\n# a body line no more than 72 chars"
},
"ghooks": {
"//": {
Expand Down

0 comments on commit 1b6b3d0

Please sign in to comment.