Clamp models lombok configuration 96/124496/2
authorlapentafd <francesco.lapenta@est.tech>
Mon, 27 Sep 2021 11:15:58 +0000 (12:15 +0100)
committerlapentafd <francesco.lapenta@est.tech>
Mon, 27 Sep 2021 14:23:17 +0000 (15:23 +0100)
Making Jacoco filtering out Lombok auto-generated methods

Issue-ID: POLICY-3452
Change-Id: I855fa6945e02dd13f8c2245acd66f1b57ccf3be7
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
lombok.config [new file with mode: 0644]

diff --git a/lombok.config b/lombok.config
new file mode 100644 (file)
index 0000000..a23edb4
--- /dev/null
@@ -0,0 +1,2 @@
+config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file