diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:06:14 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:06:14 -0400 |
commit | 6ddd16e49bc630caa5f61eb27480baa6e35ddb11 (patch) | |
tree | d5f6e82dacd7884428bc5c48e0e8de021decf717 | |
parent | ce1121d3cbe7e7706c1cd3f653436a7bdc07c2bb (diff) |
Add lombok.config to drools-pdp
This prevents sonar from checking lombok annotations for code coverage.
Change-Id: I3458f76623a353d5ff0e900ce74aa1c80aa9cc66
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 |