-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vcmrc
44 lines (44 loc) · 1.03 KB
/
.vcmrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"types": ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"],
"scope": {
"required": false,
"allowed": [
"button",
"card",
"checkbox",
"dialog",
"drawer",
"fab",
"form-field",
"grid-list",
"icon-toggle",
"layout-grid",
"linear-progress",
"list",
"menu",
"radio",
"select",
"slider",
"snackbar",
"switch",
"tabs",
"textfield",
"theme",
"toolbar",
"typography",
"utils",
"demo",
"infra",
"mdc",
"package"
],
"validate": false,
"multiple": false
},
"warnOnFail": true,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "%s\nNOTE: Please see angular's commit message guidelines (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit) for information on how to format commit messages.",
"autoFix": false
}