From 3a44a36ba79a7eddb44b20d60e0a46e1ee4fabe6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 17 Jun 2021 16:10:32 +0100 Subject: Update Checkstyle to version 8.43 The checkstyle plugin in the 2021-03 version of Eclipse defaults to version 8.43 of Checkstyle. This version of Checkstyle removes the "scope" keyword from the JavadocMethod module, because it is redundant, so the ONAP checkstyle onap-kava-style.xml file breaks. This review: - Removes the "scope" property from the "JavadocMethod" module, where it is redundant anyhow (scope applies on the "MissingJavadocMethod" module - Removes the "scope" property from the "MissingJavadocMethod" because it defaults to the correct value for ONAP, that is "public" Issue-ID: POLICY-3206 Change-Id: I62736ec812595929392b5eef0658acb77365c52a Signed-off-by: liamfallon --- oparent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oparent/pom.xml') diff --git a/oparent/pom.xml b/oparent/pom.xml index 7c1b781..2b87863 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -444,7 +444,7 @@ com.puppycrawl.tools checkstyle - 8.37 + 8.43 -- cgit 1.2.3-korg