From cdad1f3c519c14fe99c390c78f60b883294e307e Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 7 Feb 2019 11:26:06 -0500 Subject: Fix checkstyle build and xml The XML for onap-java-code style has a bug identified by Eclipse. The maxLineLength field is not allowed. In addition, not sure how any jobs work already, the sourceDirectory appends and extra "src/main/java" to the path so some builds don't always find the correct source files to generate warnings. The plugin is a bit flaky and sometimes seems to find the java files, while other times it does not. So some checkstyle warnings are not generated. Change-Id: Ia07065a0d0df1429643680cb5bd70b5ec13bebde Issue-ID: TSC-71 Signed-off-by: Pamela Dragosh --- checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'checkstyle') diff --git a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml index 32439e2..77ef3ae 100644 --- a/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml +++ b/checkstyle/src/main/resources/onap-checkstyle/onap-java-style.xml @@ -73,7 +73,6 @@ - -- cgit 1.2.3-korg