diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:01:45 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:01:45 -0400 |
commit | 33988de160467e00a602684c8da774668d780b91 (patch) | |
tree | d6555b46f145d6e88718cb2cb0931d28e0e19be1 | |
parent | 55212ce95da05a5690eb2f428ae99030825fa4b7 (diff) |
Add lombok.config to drools-applications
This prevents sonar from checking lombok annotations for code coverage.
Change-Id: I5aaddfb483069f8a3aff12531a1576fc26ced869
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 000000000..df71bb6a0 --- /dev/null +++ b/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true |