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

Change-Id: I5aaddfb483069f8a3aff12531a1576fc26ced869
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