Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 47e1b79

Browse files
committed
Make all API diagnostics errors
1 parent be4b04b commit 47e1b79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

PublicApiAnalyzer/PublicApiAnalyzer.ruleset

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
7474
<Rule Id="IDE0003" Action="None" />
7575
</Rules>
76+
<Rules AnalyzerId="PublicApiAnalyzer" RuleNamespace="PublicApiAnalyzer">
77+
<Rule Id="RS0016" Action="Error" />
78+
<Rule Id="RS0017" Action="Error" />
79+
<Rule Id="RS0022" Action="Error" />
80+
<Rule Id="RS0024" Action="Error" />
81+
<Rule Id="RS0025" Action="Error" />
82+
</Rules>
7683
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
7784
<Rule Id="SA0000" Action="Hidden" />
7885
<Rule Id="SA1000" Action="Error" />

0 commit comments

Comments
 (0)