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.