ARTICLE AD BOX
I am using SonarQube and this is in the report:

It doesn't make sense it shows that annotation in the first place. I tried turning the coverage off with configuration and adding the comments, like:
sonar.issue.ignore.block=e2 sonar.issue.ignore.block.e2.beginBlockRegexp=@sonar-ignore sonar.issue.ignore.block.e2.endBlockRegexp=@endThat didn't work, below also doesn't work after adding it to a lombok.config file:
config.stopBubbling = true lombok.addLombokGeneratedAnnotation = trueAny suggestions? I have other blocks of code I also want to exclude. In the UI it doesn't seem like this is possible (my preference is in the code itself).
