mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
match on empty line with trailing space - thanks Braids
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<!-- Miscellaneous other checks. -->
|
<!-- Miscellaneous other checks. -->
|
||||||
<!-- See http://checkstyle.sf.net/config_misc.html -->
|
<!-- See http://checkstyle.sf.net/config_misc.html -->
|
||||||
<module name="RegexpSingleline">
|
<module name="RegexpSingleline">
|
||||||
<property name="format" value="[^\*]\s+$"/>
|
<property name="format" value="(^|[^\*])\s+$"/>
|
||||||
<property name="minimum" value="0"/>
|
<property name="minimum" value="0"/>
|
||||||
<property name="maximum" value="0"/>
|
<property name="maximum" value="0"/>
|
||||||
<property name="message" value="Line has trailing spaces."/>
|
<property name="message" value="Line has trailing spaces."/>
|
||||||
|
|||||||
Reference in New Issue
Block a user