diff options
author | lapentafd <francesco.lapenta@est.tech> | 2022-03-02 10:26:47 +0000 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2022-03-02 10:26:54 +0000 |
commit | a4fc7c0edba1dc0471df7b7bbf18defee0256c84 (patch) | |
tree | 6dd4a85246a049cf82657e75f6a779ce7bdf0deb | |
parent | 68d8522852e49d5553418cc19981fda25cf90d7e (diff) |
Skip lombok sonar detection
Skip the sonar check on the @Data methods for code coverage policy-gui
Issue-ID: POLICY-3351
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Change-Id: Ic6626b600d0dc0dc1b510e1a860b9f111b120a39
-rw-r--r-- | gui-editors/gui-editor-apex/src/lombok.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/src/lombok.config b/gui-editors/gui-editor-apex/src/lombok.config new file mode 100644 index 0000000..6252e99 --- /dev/null +++ b/gui-editors/gui-editor-apex/src/lombok.config @@ -0,0 +1,2 @@ +# tells Lombok to add @lombok.Generated annotation to all generated methods +lombok.addLombokGeneratedAnnotation = true
\ No newline at end of file |