Added check for newline at end of file.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@811690 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-09-05 18:00:17 +00:00
parent dc9278a2aa
commit 0202b17e47
1 changed files with 3 additions and 1 deletions

View File

@ -97,7 +97,6 @@
<property name="illegalPattern" value="true"/>
<property name="message" value="Trailing whitespace"/>
</module>
<!--
<module name="DeclarationOrder" />
@ -112,6 +111,9 @@
-->
</module>
<!-- Require files to end with newline characters -->
<module name="NewlineAtEndOfFile"/>
<!-- Require package javadoc -->
<module name="PackageHtml"/>