Skip to content

Commit

Permalink
Add commented checkstyle entry for trailing whitespace lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Mar 17, 2015
1 parent 0fde39f commit 4f64bb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 4f64bb1

Please sign in to comment.