mirror of https://github.com/apache/jclouds.git
Merge pull request #922 from andrewgaul/checkstyle-newline-eof
Enforce newline at end of file via Checkstyle
This commit is contained in:
commit
7a46979e66
|
@ -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.*;$"/>
|
||||
|
|
Loading…
Reference in New Issue