CAMEL-13728: We can go back to 250 in line length for CS
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 @@
             <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"/>