We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56980a3 commit fd7a761Copy full SHA for fd7a761
1 file changed
src/main/kotlin/com/github/lppedd/cc/parser/specConventionalCommit.flex
@@ -15,7 +15,6 @@ package com.github.lppedd.cc.parser;
15
%function advance
16
%public
17
%unicode
18
-%ignorecase
19
20
%{
21
@@ -80,7 +79,6 @@ FooterType = [^\s:][^:\r\n]*
80
79
81
%state TYPE
82
%state SCOPE
83
-%state SUMMARY_SEPARATOR
84
%state SUBJECT
85
%state BODY_OR_FOOTERS
86
%state BODY
0 commit comments