This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4b2930b35a7fd5a0c935cf881d54830907f72304 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Jul 5 19:32:50 2019 +0200 CAMEL-13728: We can go back to 250 in line length for CS --- 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 ed72333..eab2305 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="1500"/> + <property name="max" value="250"/> </module> <module name="MethodLength"> <property name="max" value="200"/>
