-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathShared.ruleset
More file actions
17 lines (17 loc) · 820 Bytes
/
Shared.ruleset
File metadata and controls
17 lines (17 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for StackExchange.Metrics" Description="Code analysis rules for the StackExchange.Metrics solution." ToolsVersion="15.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0045" Action="None" />
<Rule Id="IDE0046" Action="None" />
</Rules>
<Rules AnalyzerId="Roslynator.CSharp.Analyzers" RuleNamespace="Roslynator.CSharp.Analyzers">
<Rule Id="RCS1047" Action="None" />
<Rule Id="RCS1057" Action="None" />
<Rule Id="RCS1130" Action="None" />
<Rule Id="RCS1146" Action="None" />
<Rule Id="RCS1154" Action="None" />
<Rule Id="RCS1180" Action="None" />
<Rule Id="RCS1191" Action="None" />
</Rules>
</RuleSet>