From f9fde28020d70bd1cb2e2fb828443e4b8cc4f841 Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Fri, 12 May 2023 06:08:09 +0200 Subject: [PATCH] build: Ignore inner methods for Clirr Clirr reports a false positive if an inner method is changed. Adjust the configuration of the Clirr plugin to ignore these errors. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index c6c5b4936..340c0e8b5 100644 --- a/pom.xml +++ b/pom.xml @@ -281,6 +281,11 @@ 7004 * $anonfun*(*) + + org/camunda/feel/** + 7002 + * $anonfun*(*) + org/camunda/feel/**