From: lapentafd Date: Wed, 2 Mar 2022 10:26:47 +0000 (+0000) Subject: Skip lombok sonar detection X-Git-Tag: 2.2.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a4fc7c0edba1dc0471df7b7bbf18defee0256c84;p=policy%2Fgui.git Skip lombok sonar detection Skip the sonar check on the @Data methods for code coverage policy-gui Issue-ID: POLICY-3351 Signed-off-by: lapentafd Change-Id: Ic6626b600d0dc0dc1b510e1a860b9f111b120a39 --- diff --git a/gui-editors/gui-editor-apex/src/lombok.config b/gui-editors/gui-editor-apex/src/lombok.config new file mode 100644 index 0000000..6252e99 --- /dev/null +++ b/gui-editors/gui-editor-apex/src/lombok.config @@ -0,0 +1,2 @@ +# tells Lombok to add @lombok.Generated annotation to all generated methods +lombok.addLombokGeneratedAnnotation = true \ No newline at end of file