File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 11{
2+ "parserPreset" : {
3+ "parserOpts" : {
4+ "headerPattern" : " ^([^\\ (\\ s:!]+)(?:\\ (([^)]+)\\ ))?(!)?: (.+)$" ,
5+ "headerCorrespondence" : [
6+ " type" ,
7+ " scope" ,
8+ " breaking" ,
9+ " subject"
10+ ],
11+ "noteKeywords" : [
12+ " BREAKING CHANGE" ,
13+ " BREAKING CHANGES"
14+ ]
15+ }
16+ },
217 "rules" : {
318 "header-min-length" : [2 , " always" , 12 ],
4- "header-max-length" : [2 , " always" , 72 ],
5- "footer-max-line-length" : [2 , " always" , 72 ],
19+ "header-max-length" : [2 , " always" , 120 ],
20+ "footer-max-line-length" : [2 , " always" , 120 ],
621 "type-empty" : [2 , " never" ],
722 "type-enum" : [2 , " always" , [
823 " feat" ,
1732 " chore" ,
1833 " revert"
1934 ]],
20- "body-max-line-length" : [2 , " always" , 72 ],
21- "scope-case" : [2 , " always " , " lower-case " ]
35+ "body-max-line-length" : [2 , " always" , 120 ],
36+ "scope-case" : [0 ]
2237 }
23- }
38+ }
You can’t perform that action at this time.
0 commit comments