Skip to content

Commit e5052d9

Browse files
author
Mike Foley
committed
Enable validations on all branches by default
Fixes #27
1 parent 049922c commit e5052d9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ Validators/SubjectPeriod:
6262
Validators/CapitalizeSubject:
6363
Enabled: true
6464
Validators/Wip:
65-
Enabled:
66-
- master
65+
Enabled: true
6766
Validators/Frathouse:
68-
Enabled:
69-
- master
67+
Enabled: true
7068
```
7169
7270
The `Enabled` property accepts multiple formats:

templates/config/fit_commit.default.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ Validators/SubjectPeriod:
1111
Validators/CapitalizeSubject:
1212
Enabled: true
1313
Validators/Wip:
14-
Enabled:
15-
- master
14+
Enabled: true
1615
Validators/Frathouse:
17-
Enabled:
18-
- master
16+
Enabled: true
1917
Validators/Foobar:
2018
Enabled: true

0 commit comments

Comments
 (0)