-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.better-commits.json
78 lines (78 loc) · 1.58 KB
/
.better-commits.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"check_status": true,
"commit_type": {
"enable": true,
"initial_value": "nodejs-design-patterns",
"infer_type_from_branch": true,
"options": [
{
"value": "typescript-pro-essentials",
"label": "typescript-pro-essentials"
},
{
"value": "typescript-type-transformations",
"label": "typescript-type-transformations"
},
{
"value": "typescript-generics",
"label": "typescript-generics"
},
{
"value": "nodejs-design-patterns",
"label": "nodejs-design-patterns"
},
{
"value": "understanding-linux-kernel",
"label": "understanding-linux-kernel"
},
{
"label": "none",
"value": ""
}
]
},
"commit_title": {
"max_size": 70
},
"commit_scope": {
"enable": false
},
"check_ticket": {
"infer_ticket": false,
"confirm_ticket": false,
"add_to_title": false,
"append_hashtag": false,
"title_position": "start"
},
"commit_body": {
"enable": false
},
"commit_footer": {
"enable": false
},
"breaking_change": {
"add_exclamation_to_title": true
},
"confirm_commit": false,
"print_commit_output": true,
"branch_pre_commands": [],
"branch_post_commands": [],
"branch_user": {
"enable": true,
"required": false,
"separator": "/"
},
"branch_type": {
"enable": true,
"separator": "/"
},
"branch_ticket": {
"enable": true,
"required": false,
"separator": "-"
},
"branch_description": {
"max_length": 70
},
"overrides": {}
}