From 7fc97dbcd1ddd5827c9a55ded12d48d03f013f4d Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Wed, 28 Jun 2023 11:04:53 +0200 Subject: [PATCH] increasing the max line length to 120 --- checkstyle.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index a501fdf4c..bd000cf76 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -8,7 +8,7 @@ Vitro CodeStyle Requirements 1. 4-space indents for Java. NO TABS ALLOWED. 2. One true brace style. Braces required on all blocks. 3. Do not use wildcard imports (e.g. import java.util.*). Duplicated or unused imports also not allowed. - 4. Maximum line length is 100 characters (except for long URLs, packages or imports) + 4. Maximum line length is 120 characters (except for long URLs, packages or imports) 5. No trailing spaces allowed (except in comments) 6. Tokens should be surrounded by whitespace (see http://checkstyle.sourceforge.net/config_whitespace.html#WhitespaceAround) 7. Each line of code can only include one statement. This also means each variable declaration must be on its own line @@ -44,10 +44,10 @@ For more information on CheckStyle configurations below, see: http://checkstyle. with @SuppressWarnings. See also SuppressWarningsHolder below --> - + - +