Add lombok.config to DISTRIBUTION 17/92117/1
authorJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:50:52 +0000 (09:50 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 26 Jul 2019 13:50:52 +0000 (09:50 -0400)
This prevents sonar from checking lombok annotations for code coverage.
Note: lombok is not currently used in the project, but is expected to
be soon.  Adding the config file now so-as to avoid any oversight later.

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