Skip to content

Commit

Permalink
feat: enforce conventional commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jul 13, 2017
1 parent 2fcd976 commit 54d88ec
Show file tree
Hide file tree
Showing 3 changed files with 5,604 additions and 807 deletions.
15 changes: 15 additions & 0 deletions .vcmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"types": ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"],
"scope": {
"required": false,
"allowed": ["*"],
"validate": false,
"multiple": true
},
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "\nPlease use conventional commit messages.\nLearn more at: http://conventionalcommits.org/,\nfor additional information check CONTRIBUTING guidelines of this repo.\n\n Alternatively You can use inbuilt command: \"npm run commit\" right now.",
"autoFix": false
}
Loading

0 comments on commit 54d88ec

Please sign in to comment.