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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 59957c4  Fixed CS for camel-package-maven-plugin
59957c4 is described below

commit 59957c48280c93dd1cf06033c53df974844aec29
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Jul 6 17:23:18 2019 +0200

    Fixed CS for camel-package-maven-plugin
---
 buildingtools/src/main/resources/camel-checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildingtools/src/main/resources/camel-checkstyle.xml 
b/buildingtools/src/main/resources/camel-checkstyle.xml
index eab2305..3ef605e 100644
--- a/buildingtools/src/main/resources/camel-checkstyle.xml
+++ b/buildingtools/src/main/resources/camel-checkstyle.xml
@@ -157,7 +157,7 @@ lengths, if/try depths, etc...
             <property name="max" value="250"/>
         </module>
         <module name="MethodLength">
-            <property name="max" value="200"/>
+            <property name="max" value="250"/>
             <property name="countEmpty" value="false"/>
         </module>
         <!-- We should try to get this enabled soon..

Reply via email to