Skip to content

Commit e0413db

Browse files
CornielCptWesley
andauthored
Update rules/Proj0038.md
Co-authored-by: Wesley Baartman <[email protected]>
1 parent 2592386 commit e0413db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Proj0038.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ancestor: MSBuild
66
# Proj0038: Specify NoWarn rule IDs fully
77
MSBuild allows disabling a static code analysis rule by adding it to the
88
`<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
9+
numeric part. This is considered a bad practice: it can lead to excluding
1010
multiple rules at once that have the same integer part, and make it less
1111
trivial to understand which rule has been disabled.
1212

0 commit comments

Comments
 (0)