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 19fda68 commit 2592386Copy full SHA for 2592386
rules/Proj0038.md
@@ -5,7 +5,7 @@ ancestor: MSBuild
5
6
# Proj0038: Specify NoWarn rule IDs fully
7
MSBuild allows disabling a static code analysis rule by adding it to the
8
-`<NoWarn>` property. It excepts rule IDs that are only specified by their
+`<NoWarn>` property. It allows rule IDs that are only specified by their
9
numeric part. The latter is considered a bad practice: it can lead to excluding
10
multiple rules at once that have the same integer part, and make it less
11
trivial to understand which rule has been disabled.
0 commit comments