From 97dd9964f3aec7cab9632736dbf8d53927b9fe64 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sun, 30 Jan 2022 10:20:08 +0100 Subject: [PATCH] Fix Checkstyle configuration to be compatible with CodeClimate's version - CodeClimate now uses Checkstyle 9.2, in which 'scope' was removed for the JavadocMethod check --- .checkstyle.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.checkstyle.xml b/.checkstyle.xml index 112a3a0b..593a1806 100644 --- a/.checkstyle.xml +++ b/.checkstyle.xml @@ -2,6 +2,12 @@ + @@ -149,7 +155,6 @@ - @@ -159,11 +164,6 @@ - - - - -