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
1 changed files with 6 additions and 0 deletions

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"/>