Skip to content

Commit 8680739

Browse files
authored
Test PR for #6367
Test PR for #6367
1 parent 43348f5 commit 8680739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/Analyzers_NonShippingRules.ruleset

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<Rule Id="CA1000" Action="None" />
99
<!-- Nested types should not be visible (we use nested types as test helpers) -->
1010
<Rule Id="CA1034" Action="None" />
11-
<!-- IdentifiersShouldNotContainUnderscores - test names contain underscores and this is fine -->
12-
<Rule Id="CA1707" Action="None" />
1311
<!-- Type names should not match namespaces (not needed for test code) -->
1412
<Rule Id="CA1724" Action="None" />
1513
<!-- Do not directly await a Task (makes tests unnecessarily noisy) -->

0 commit comments

Comments
 (0)