diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:50:52 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:50:52 -0400 |
commit | 75191319d88b94e4fc3b0151f8009419165e1c59 (patch) | |
tree | 54db726a0c5af5e03353235784ff22d607704aa1 | |
parent | 8a43a894dbf9d3f3f1d19277ac295fd7026f4925 (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.config | 2 |
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 |