1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-15 08:04:52 +02:00

Add commented checkstyle entry for trailing whitespace lines

This commit is contained in:
Florian Schmaus 2015-03-17 11:40:58 +01:00
parent 0fde39fa45
commit 4f64bb1036

View file

@ -22,6 +22,12 @@
<property name="format" value="^\s+$"/>
<property name="message" value="Line containing only whitespace character(s)"/>
</module>
<!-- TODO enable this once eclilpse does no longer add javadoc with trailing whitespaces
<module name="RegexpSingleline">
<property name="format" value="^.*\S+\s+$"/>
<property name="message" value="Line containing trailing whitespace character(s)"/>
</module>
-->
<module name="TreeWalker">
<module name="UnusedImports">
<property name="processJavadoc" value="true"/>