-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathLogging.XUnit.ruleset
More file actions
18 lines (18 loc) · 808 Bytes
/
Logging.XUnit.ruleset
File metadata and controls
18 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Logging.XUnit Rules" Description="This rule set contains rules for the Logging.XUnit solution." ToolsVersion="17.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1515" Action="None" />
<Rule Id="CA1848" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="AD0001" Action="None" />
<Rule Id="SA1100" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1129" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1609" Action="None" />
<Rule Id="SA1652" Action="None" />
</Rules>
</RuleSet>