Right syntax for sonar ignore issue block

Hi,

I am using Sonarqube, configured in pom.xml, maven configuration.
Can you please suggest to me the below syntax is valid?

<sonar.issue.ignore.block>
beginBlockRegexp=@sonarDisableStart
endBlockRegexp=@sonarDisableEnd
</sonar.issue.ignore.block>

Hey there.

We suggest that these settings should only be set in the UI (project level Administration > Analysis Scope).

And for what it’s worth, here’s a user who managed to make it work: