Add lombok.config to PAP 07/92107/1
authorjrh3 <jrh3@att.com>
Fri, 26 Jul 2019 12:57:43 +0000 (08:57 -0400)
committerjrh3 <jrh3@att.com>
Fri, 26 Jul 2019 12:57:43 +0000 (08:57 -0400)
This prevents sonar from checking lombok annotations for code
coverage.

Issue-ID: POLICY-1938
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: Ibd2613cf7e8e9c49cb60b93bdb44416efe6245e2

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