Skip to content

Commit 102af34

Browse files
committed
Activate CA2217: Do not mark enums with FlagsAttribute
1 parent 3c25632 commit 102af34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodingGuidelines.ruleset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
<Rule Id="CA2000" Action="Warning" />
4343
<Rule Id="CA2119" Action="Warning" />
4444
<Rule Id="CA2207" Action="Warning" />
45+
<Rule Id="CA2217" Action="Warning" />
4546
</Rules>
4647
</RuleSet>

0 commit comments

Comments
 (0)