From 75191319d88b94e4fc3b0151f8009419165e1c59 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 26 Jul 2019 09:50:52 -0400 Subject: 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 --- lombok.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lombok.config 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 -- cgit 1.2.3-korg