Skip to content

Commit d612fe6

Browse files
authored
Merge pull request #6420 from WilliamAntonRohm/issue-5105
visualstudio-docs issue 5105 -- add link to suppress warnings
2 parents 60cb45b + 3151cfe commit d612fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/ca1811.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This rule can report false positives if entry points occur that are not currentl
4444
To fix a violation of this rule, remove the noncallable code or add code that calls it.
4545

4646
## When to suppress warnings
47-
It is safe to suppress a warning from this rule.
47+
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).
4848

4949
## Related rules
5050
[CA1812: Avoid uninstantiated internal classes](../code-quality/ca1812.md)

0 commit comments

Comments
 (0)