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

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