Skip lombok sonar detection 36/127436/1
authorlapentafd <francesco.lapenta@est.tech>
Wed, 2 Mar 2022 10:26:47 +0000 (10:26 +0000)
committerlapentafd <francesco.lapenta@est.tech>
Wed, 2 Mar 2022 10:26:54 +0000 (10:26 +0000)
Skip the sonar check on the @Data methods for code coverage policy-gui

Issue-ID: POLICY-3351
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Change-Id: Ic6626b600d0dc0dc1b510e1a860b9f111b120a39

gui-editors/gui-editor-apex/src/lombok.config [new file with mode: 0644]

diff --git a/gui-editors/gui-editor-apex/src/lombok.config b/gui-editors/gui-editor-apex/src/lombok.config
new file mode 100644 (file)
index 0000000..6252e99
--- /dev/null
@@ -0,0 +1,2 @@
+# tells Lombok to add @lombok.Generated annotation to all generated methods
+lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file