You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/04/01 03:36:12 UTC

[2/2] jclouds git commit: Do not allow Windows line endings

Do not allow Windows line endings


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/56e687f4
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/56e687f4
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/56e687f4

Branch: refs/heads/master
Commit: 56e687f4979dbd6f3ab14240bea3c4ae9288eb2c
Parents: fadbbad
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Mar 31 13:44:51 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Mar 31 18:25:54 2015 -0700

----------------------------------------------------------------------
 resources/checkstyle.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/56e687f4/resources/checkstyle.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index 2c734ee..f0bda16 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -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>