diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-26 09:09:40 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-26 09:09:40 -0400 |
commit | c4ef5b294d557dc4c436cf63a8f13d2ec3d9bd41 (patch) | |
tree | 5717d785df83a825bc49d2d828ee8e543bb38e09 | |
parent | 1b9d107ab9ffd3bf7919b3a0fc55a95188a040b7 (diff) |
Add lombok.config to policy/engine
This prevents sonar from checking lombok annotations for code coverage.
Change-Id: Ia0164c0dd1adf746ef5fbac156fc44e17c424ed3
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 |