File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ This creates a `.git/hooks/commit-msg` script which will automatically check you
39
39
* ** Tense** : Message must use imperative present tense: "Fix bug" and not "Fixed bug" or "Fixes bug."
40
40
* ** Subject Period** : Do not end your subject line with a period.
41
41
* ** Capitalize Subject** : Begin all subject lines with a capital letter.
42
- * ** WIP** : Do not commit WIPs to shared branches.
43
42
* ** Frat House** : No frat house commit messages in shared branches.
43
+ * ** WIP** : Do not commit WIPs to shared branches (disabled by default)
44
44
45
45
## Configuration
46
46
@@ -61,10 +61,10 @@ Validators/SubjectPeriod:
61
61
Enabled : true
62
62
Validators/CapitalizeSubject :
63
63
Enabled : true
64
- Validators/Wip :
65
- Enabled : true
66
64
Validators/Frathouse :
67
65
Enabled : true
66
+ Validators/Wip :
67
+ Enabled : false
68
68
` ` `
69
69
70
70
The ` Enabled` property accepts multiple formats:
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ Validators/SubjectPeriod:
10
10
Enabled : true
11
11
Validators/CapitalizeSubject :
12
12
Enabled : true
13
- Validators/Wip :
14
- Enabled : true
15
13
Validators/Frathouse :
16
14
Enabled : true
17
- Validators/Foobar :
18
- Enabled : true
15
+ Validators/Wip :
16
+ Enabled : false
You can’t perform that action at this time.
0 commit comments