We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4eb47 commit d5b2352Copy full SHA for d5b2352
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers.Internal.ruleset
@@ -10,8 +10,8 @@
10
<Rule Id="xUnit1004" Action="Info" />
11
</Rules>
12
<Rules AnalyzerId="Microsoft.CodeAnalysis.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.Analyzers">
13
- <Rule Id="RS1001" Action="None" />
14
- <Rule Id="RS1004" Action="None" />
+ <Rule Id="RS1001" Action="None" /> <!-- Missing diagnostic analyzer attribute -->
+ <Rule Id="RS1004" Action="None" /> <!-- Recommend adding language support to diagnostic analyzer -->
15
<Rule Id="RS1029" Action="None" /> <!-- Do not use reserved diagnostic IDs -->
16
<Rule Id="RS2008" Action="None" /> <!-- Enable analyzer release tracking -->
17
0 commit comments