commit | ccb9d7505052fa1e18969982e0c509d018840db0 | [log] [tgz] |
---|---|---|
author | lapentafd <francesco.lapenta@est.tech> | Mon Sep 27 12:15:58 2021 +0100 |
committer | lapentafd <francesco.lapenta@est.tech> | Mon Sep 27 15:23:17 2021 +0100 |
tree | 8d9e178ab7daf27e16266d873993dd95e4f12b17 | |
parent | 6bcadaa32d556a623fb1908f08c8611786d615d6 [diff] [blame] |
Clamp models lombok configuration Making Jacoco filtering out Lombok auto-generated methods Issue-ID: POLICY-3452 Change-Id: I855fa6945e02dd13f8c2245acd66f1b57ccf3be7 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..a23edb4 --- /dev/null +++ b/lombok.config
@@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true \ No newline at end of file