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
commit af8f753c35834677f320ec8d1a2e8050f72616cf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 17 14:06:08 2019 +0200 Lets relax the line length check a bit, since we are now autogenerating code. From 200 to 250. --- 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 ec2ae67..457573d 100644 --- a/buildingtools/src/main/resources/camel-checkstyle.xml +++ b/buildingtools/src/main/resources/camel-checkstyle.xml @@ -154,7 +154,7 @@ lengths, if/try depths, etc... <property name="max" value="180"/> </module> <module name="LineLength"> - <property name="max" value="200"/> + <property name="max" value="250"/> </module> <module name="MethodLength"> <property name="max" value="200"/>