From 08aa7c36a39ee90ba41d308a5363ef761e9bcda8 Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Thu, 7 Apr 2022 11:37:39 +0100 Subject: [PATCH] Fix to stop build failure on CopyrightCheck Error - This will make the maven build see an error thrown by the python script as a success and won't fail the build Issue-ID: CPS-911 Signed-off-by: lukegleeson Change-Id: Ibc5311de8a2f173a92e44c20c1c244f016a99588 --- checkstyle/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index bd343683b..8d1174200 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -91,6 +91,10 @@ resources/copyright-template.txt resources/ignore-files-config.csv + + 0 + 1 + -- 2.16.6