Skip to content

Commit 2592386

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

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
@@ -5,7 +5,7 @@ ancestor: MSBuild
55

66
# Proj0038: Specify NoWarn rule IDs fully
77
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
8+
`<NoWarn>` property. It allows rule IDs that are only specified by their
99
numeric part. The latter 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.

0 commit comments

Comments
 (0)