From 1d03cfdc790c627bbed2e79a3266fe8d6d1526b4 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 24 Sep 2019 10:12:13 +0200 Subject: [PATCH] checkstyle: Remove redundant whitespace check The "line contains only whitespace character(s)" check is the same as the trailing whitespace characters check a few lines below. --- config/checkstyle/checkstyle.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index a2eeb7b26..c62f00a71 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -35,10 +35,6 @@ - - - -