From e37aea85faee89ec9f2480b8be9b294ad478bd79 Mon Sep 17 00:00:00 2001 From: Vladimir Ivanov Date: Mon, 3 Jul 2023 18:01:27 +0300 Subject: [PATCH] Checkstyle add WhitespaceAround, ModifierOrder, ParenPad --- checkstyle.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 950b4474..ffaf0ab4 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -2,7 +2,8 @@ "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> - + + @@ -110,6 +111,17 @@ + + + + + + + + + +