From 6f6ffd60de9c47ba815fc6d47abf6085d75b8d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20L=C3=B6ffler?= <22102800+Oliver-Loeffler@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:00:11 +0200 Subject: [PATCH] Added rule to check that line length in Java files not exceeds 120 chars. (#691) Co-authored-by: Oliver-Loeffler --- 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 @@ + + + + +