mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
supress checkstyle error if there is a trailing space after a javadoc comment
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