Ignored java rule java:S1172 still applied

Hi

In my maven pom.xml I ignore a few rules on some files (for good reasons). This does not work for the rule java:S1172 (unused method parameters should be removed), while it works for other ignored rules. I suspect it is not ignored because the unused method parameters are in methods of anonymous classes.

This happens in sonarcloud.

Never mind: an additional > in the pom property was used as argument and confused the path.

Everything works as expected now.

Sorry for the noise. :innocent:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.