We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9471fd5 commit b455370Copy full SHA for b455370
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers.ruleset
@@ -67,6 +67,9 @@
67
<Rule Id="CA2241" Action="Warning" />
68
<Rule Id="CA2242" Action="Warning" />
69
</Rules>
70
+ <Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Analyzers">
71
+ <Rule Id="RS1022" Action="None" /> <!-- https://github.com/dotnet/roslyn-analyzers/issues/1803 -->
72
+ </Rules>
73
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
74
<Rule Id="IDE0003" Action="None" />
75
0 commit comments