I agree with you Adam and Michel and I also think that the rule should be changed to a white list behavior.
@Michel: To be clear, the current implementation of the rule will forbid all the SuppressWarnings when activated with an empty list (default), and will only forbid the one from the list if warnings are provided.
Instead of adding a new parameter to switch mode (blacklist/whitelist), I would rather go for a full whitelist implementation and drop the blacklist behavior. Handling authorized situation may be a bit tricky however.
As the rule is not activated by default, it will only annoy people having it already activated... But it will completely change its behavior. As it is a breaking change, a ticket should be created on our side to keep a track of it.
Regards,