Ignore Issues on Multiple Criteria is not working on SonarLint

Hello,

I am using SonarLint Eclipse 4.0

I try to ignore some issues on specific files, using “Ignore Issues on Multiple Criteria” feature on Sonar.

sonar.issue.ignore.multicriteria=j1
sonar.issue.ignore.multicriteria.j1.ruleKey=squid:S1135
sonar.issue.ignore.multicriteria.j1.resourceKey=src/main/java/Emotion/Happy.java

I use these sonar properties, but still get the issue on the file

Is there something missing in my sonar properties?

Hi @fanny_tan

This kind of exclusion is not yet supported by SonarLint. We have an open ticket here:
https://jira.sonarsource.com/browse/SLCORE-119

Feel free to watch it/vote for it.

Thank you! It is really helpful. :smile: