Merge pull request #922 from andrewgaul/checkstyle-newline-eof

Enforce newline at end of file via Checkstyle
This commit is contained in:
Adrian Cole 2012-10-30 08:55:16 -07:00
commit 7a46979e66
1307 changed files with 1307 additions and 1306 deletions

View File

@ -3,6 +3,7 @@
<module name="Checker">
<property name="severity" value="warning"/>
<module name="NewlineAtEndOfFile"/>
<module name="TreeWalker">
<module name="LineLength">
<property name="ignorePattern" value="^import\s.*;$"/>