Added checkstyle for trailing whitespace

master
Evan Harris 5 years ago
parent 2d30a37208
commit f476fd7c33
No known key found for this signature in database
GPG Key ID: FF3BD4DA59FF9EDC
  1. 5
      checkstyle.xml

@ -10,6 +10,11 @@
<property name="fileExtensions" value="java, properties, xml"/>
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="message" value="Unnecessary trailing whitespace"/>
</module>
<module name="FileTabCharacter"/>
<!-- This is a temporary workaround until ^M line endings is added to upstream checkstyle -->

Loading…
Cancel
Save