[java-redshift] branch master updated: Update checkstyle.

Scott Cantor cantor.2 at osu.edu
Mon Nov 18 14:16:43 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-redshift.

View the commit online:
http://git.shibboleth.net/view/?p=java-redshift.git;a=commit;h=368d6c5cab3ba44511d14b8b06d577503141970e

The following commit(s) were added to refs/heads/master by this push:
       new  368d6c5   Update checkstyle.
368d6c5 is described below

commit 368d6c5cab3ba44511d14b8b06d577503141970e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 18 14:11:49 2019 -0500

    Update checkstyle.
---
 checkstyle.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 48ae807..4433ced 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -36,9 +36,6 @@
     <module name="IllegalImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
-    <module name="LineLength">
-      <property name="max" value="120"/>
-    </module>
     <module name="MethodLength">
       <property name="max" value="70"/>
     </module>
@@ -113,4 +110,7 @@
     <property name="header" value="/*\n * Licensed to the University Corporation for Advanced Internet Development,\n * Inc. (UCAID) under one or more contributor license agreements.  See the\n * NOTICE file distributed with this work for additional information regarding\n * copyright ownership. The UCAID licenses this file to You under the Apache\n * License, Version 2.0 (the "License"); you may not use this file except in\n * compliance with the License.  You may obtain a cop [...]
   </module>
   <module name="JavadocPackage"/>
+  <module name="LineLength">
+    <property name="max" value="120"/>
+  </module>
 </module>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list