mirror of https://github.com/apache/jclouds.git
Do not allow Windows line endings
This commit is contained in:
parent
fadbbad8ac
commit
56e687f497
|
@ -88,4 +88,8 @@
|
|||
<property name="format" value="@author"/>
|
||||
<property name="message" value="Do not use Javadoc @author annotation"/>
|
||||
</module>
|
||||
<module name="RegexpMultiline">
|
||||
<property name="format" value="\r\n"/>
|
||||
<property name="message" value="Do not use Windows line endings"/>
|
||||
</module>
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue