-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathGeo.NET.ruleset
More file actions
23 lines (19 loc) · 865 Bytes
/
Geo.NET.ruleset
File metadata and controls
23 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Geo .NET Rules" Description="These rules are set for better organization of code" ToolsVersion="15.0">
<Rules AnalyzerId="System.Diagnostics.CodeAnalysis" RuleNamespace="System.Diagnostics.CodeAnalysis">
<Rule Id="CA1014" Action="None"/>
<Rule Id="CA1704" Action="None"/>
<Rule Id="CA1805" Action="None"/>
<Rule Id="CA2208" Action="None"/>
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0001" Action="None"/>
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1101" Action="None"/>
<Rule Id="SA1305" Action="Warning"/>
<Rule Id="SA1309" Action="None"/>
<Rule Id="SX1101" Action="Warning"/>
<Rule Id="SX1309" Action="Warning"/>
</Rules>
</RuleSet>