Code Review
/
policy
/
clamp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6bcadaa
)
Clamp models lombok configuration
96/124496/2
author
lapentafd
<francesco.lapenta@est.tech>
Mon, 27 Sep 2021 11:15:58 +0000
(12:15 +0100)
committer
lapentafd
<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]
patch
|
blob
diff --git a/lombok.config
b/lombok.config
new file mode 100644
(file)
index 0000000..
a23edb4
--- /dev/null
+++ b/
lombok.config
@@ -0,0
+1,2
@@
+config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file