We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb45b commit 3151cfeCopy full SHA for 3151cfe
docs/code-quality/ca1811.md
@@ -44,7 +44,7 @@ This rule can report false positives if entry points occur that are not currentl
44
To fix a violation of this rule, remove the noncallable code or add code that calls it.
45
46
## When to suppress warnings
47
-It is safe to suppress a warning from this rule.
+It is safe to suppress a warning from this rule. To do so, see [Suppress code analysis warnings](../code-quality/in-source-suppression-overview.md).
48
49
## Related rules
50
[CA1812: Avoid uninstantiated internal classes](../code-quality/ca1812.md)
0 commit comments