We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f52e4c commit 20e5bbfCopy full SHA for 20e5bbf
pom.xml
@@ -133,6 +133,10 @@
133
<token>\{if \(true\) throw (..*)\}(\n)(\s*break;\n)?</token>
134
<value>throw $1$2</value>
135
</replacement>
136
+ <replacement>
137
+ <token>(^throw toCSSParseException\("invalidExprColon"(..*);\n)(\s*break;\n)?</token>
138
+ <value>$1</value>
139
+ </replacement>
140
<replacement>
141
<token>\s*throw new IllegalStateException \("Missing return statement in function"\);</token>
142
<value></value>
0 commit comments