Add lombok.config to drools-pdp 09/92109/1
authorJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:06:14 +0000 (09:06 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:06:14 +0000 (09:06 -0400)
This prevents sonar from checking lombok annotations for code coverage.

Change-Id: I3458f76623a353d5ff0e900ce74aa1c80aa9cc66
Issue-ID: POLICY-1938
Signed-off-by: Jim Hahn <jrh3@att.com>
lombok.config [new file with mode: 0644]

diff --git a/lombok.config b/lombok.config
new file mode 100644 (file)
index 0000000..df71bb6
--- /dev/null
@@ -0,0 +1,2 @@
+config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true