diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:12:19 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:12:19 -0400 |
commit | 5c97a052613935652c946f55e7c2ca9fe52c589f (patch) | |
tree | 8d97b5739cf14bf3b5fd834ab88530c216847c6d | |
parent | 14d66fcf742b8a15867ac0b9b82176b0958f0ae6 (diff) |
Add lombok.config to API
This prevents sonar from checking lombok annotations for code coverage.
Change-Id: Idde21c8a4f2fea13bdea989fe94f361b594550a8
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 |