This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch build-resources
in repository https://gitbox.apache.org/repos/asf/fluo.git


The following commit(s) were added to refs/heads/build-resources by this push:
     new 96af51a  Delete checkstyle config that is no longer supported (#1064)
96af51a is described below

commit 96af51ac858ef2d7d4e945bafd4c345678fff79f
Author: Keith Turner <[email protected]>
AuthorDate: Wed Nov 21 09:53:28 2018 -0500

    Delete checkstyle config that is no longer supported (#1064)
    
    checkstyle/checkstyle#3671
    checkstyle/checkstyle#3573
---
 src/main/resources/org/apache/fluo/resources/java-checkstyle.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/main/resources/org/apache/fluo/resources/java-checkstyle.xml 
b/src/main/resources/org/apache/fluo/resources/java-checkstyle.xml
index 24a401d..cb5450c 100644
--- a/src/main/resources/org/apache/fluo/resources/java-checkstyle.xml
+++ b/src/main/resources/org/apache/fluo/resources/java-checkstyle.xml
@@ -30,7 +30,6 @@
   <module name="TreeWalker">
     <module name="SuppressWithNearbyCommentFilter"/>
     <module name="SuppressionCommentFilter"/>
-    <module name="FileContentsHolder"/>
     <module name="OuterTypeFilename"/>
     <module name="IllegalTokenText">
       <property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
@@ -55,9 +54,7 @@
       <property name="tokens" value="LITERAL_TRY, LITERAL_CATCH, 
LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
     </module>
     <module name="NeedBraces"/>
-    <module name="LeftCurly">
-      <property name="maxLineLength" value="100"/>
-    </module>
+    <module name="LeftCurly"/>
     <module name="RightCurly"/>
     <module name="RightCurly">
       <property name="option" value="alone"/>

Reply via email to