From dbdd7052a6d70d3fcf8003b6a324028a222062ea Mon Sep 17 00:00:00 2001 From: Oliver-Loeffler Date: Thu, 28 Mar 2024 07:45:46 +0100 Subject: [PATCH] Added rule to check that line length in Java files not exceeds 120 chars. --- checkstyle.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index 5e18179f3..9448a1e8e 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -8,6 +8,11 @@ + + + + +