Skip to content

Commit fd7a761

Browse files
committed
chore: remove unused %ignorecase mode and SUMMARY_SEPARATOR state
1 parent 56980a3 commit fd7a761

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/kotlin/com/github/lppedd/cc/parser/specConventionalCommit.flex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ package com.github.lppedd.cc.parser;
1515
%function advance
1616
%public
1717
%unicode
18-
%ignorecase
1918

2019
%{
2120

@@ -80,7 +79,6 @@ FooterType = [^\s:][^:\r\n]*
8079

8180
%state TYPE
8281
%state SCOPE
83-
%state SUMMARY_SEPARATOR
8482
%state SUBJECT
8583
%state BODY_OR_FOOTERS
8684
%state BODY

0 commit comments

Comments
 (0)