org.sonar.plugins.csharp.S1309.html Maven / Gradle / Ivy
Why is this an issue?
This rule allows you to track the usage of the SuppressMessage
attributes and #pragma warning disable
mechanism.
Noncompliant code example
[SuppressMessage("", "S100")]
...
#pragma warning disable S100
...
#pragma warning restore S100
© 2015 - 2024 Weber Informatics LLC | Privacy Policy