File tree Expand file tree Collapse file tree 2 files changed +27
-28
lines changed Expand file tree Collapse file tree 2 files changed +27
-28
lines changed Original file line number Diff line number Diff line change 1- # <type>[optional scope]: <description>
2- #
3- # [optional body]
4- #
5- # [optional footer(s)]
6-
7- lint :
8- type-presence :
9- presence : required # required | omitted | optional
10- severity : warning # none | info | warning | error
11- type-case :
12- case : lower-case # TODO(incendial): add support for different cases
13- severity : error
14- type-min-length :
15- length : 0
16- type-max-length :
17- length : 2
18- type-enum :
19- allowed :
20- - chore
21- banned :
22- - hello
23-
24- # scope:
25- # description:
26- # body:
27- # footer:
28- # reference:
1+ include : package:commit_lint/recommended.yaml
Original file line number Diff line number Diff line change 1+ ignore-merge-commits : true
2+
3+ lint :
4+ type-presence :
5+ presence : required
6+ type-case :
7+ case : lower-case
8+ type-enum :
9+ allowed :
10+ - build
11+ - chore
12+ - feat
13+ - fix
14+ - docs
15+ - refactor
16+ - perf
17+ - style
18+ - test
19+
20+ scope-presence :
21+ presence : optional
22+ scope-case :
23+ case : lower-case
24+
25+ subject-case :
26+ case : lower-case
You can’t perform that action at this time.
0 commit comments