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 2592386 commit e0413dbCopy full SHA for e0413db
rules/Proj0038.md
@@ -6,7 +6,7 @@ ancestor: MSBuild
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 allows rule IDs that are only specified by their
9
-numeric part. The latter is considered a bad practice: it can lead to excluding
+numeric part. This 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.
12
0 commit comments