Skip to content

Commit 2b85e23

Browse files
Revert code analysis
1 parent 5ba0a86 commit 2b85e23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next-gen/CodeAnalysis.ruleset

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
33
<Rule Id="CA1031" Action="None" /> <!-- Do not catch general exception types -->
44
<Rule Id="CA1303" Action="None" /> <!-- Do not pass literals as localized parameters -->
5-
<Rule Id="CA1515" Action="None" /> <!-- Consider making public types internal -->
6-
<Rule Id="CA2007" Action="None" /> <!-- Consider calling ConfigureAwait on the awaited task -->
75
</Rules>
86
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
97
<Rule Id="SA0001" Action="None" /> <!-- XML comments -->

0 commit comments

Comments
 (0)