aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-07-26 09:50:52 -0400
committerJim Hahn <jrh3@att.com>2019-07-26 09:50:52 -0400
commit75191319d88b94e4fc3b0151f8009419165e1c59 (patch)
tree54db726a0c5af5e03353235784ff22d607704aa1
parent8a43a894dbf9d3f3f1d19277ac295fd7026f4925 (diff)
Add lombok.config to DISTRIBUTION
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>
-rw-r--r--lombok.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/lombok.config b/lombok.config
new file mode 100644
index 00000000..df71bb6a
--- /dev/null
+++ b/lombok.config
@@ -0,0 +1,2 @@
+config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true