forked from chrisleekr/binance-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.branch-name-list.json
36 lines (36 loc) · 936 Bytes
/
.branch-name-list.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
{
"branchNameLinter": {
"prefixes": [
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"chore",
"perf",
"build",
"ci",
"revert"
],
"suggestions": {
"feature": "feat",
"fixing": "fix",
"document": "doc",
"styling": "style",
"refactoring": "refactor",
"testing": "test",
"performance": "perf",
"reverting": "revert"
},
"banned": ["wip"],
"skip": ["development", "staging"],
"disallowed": ["master", "main"],
"separator": "/",
"msgBranchBanned": "Branches with the name \"%s\" are not allowed.",
"msgBranchDisallowed": "Pushing to \"%s\" is not allowed, use git-flow.",
"msgPrefixNotAllowed": "Branch prefix \"%s\" is not allowed.",
"msgPrefixSuggestion": "Instead of \"%s\" try \"%s\".",
"msgseparatorRequired": "Branch \"%s\" must contain a separator \"%s\"."
}
}