-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnalyzers.ruleset
More file actions
26 lines (26 loc) · 1.17 KB
/
Copy pathAnalyzers.ruleset
File metadata and controls
26 lines (26 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Smart.Analyzers.JapaneseComment Rules" Description="Smart.Analyzers.JapaneseComment Rules" ToolsVersion="17.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA1101" Action="Hidden" />
<Rule Id="SA1121" Action="Hidden" />
<Rule Id="SA1201" Action="Hidden" />
<Rule Id="SA1202" Action="Hidden" />
<Rule Id="SA1203" Action="Hidden" />
<Rule Id="SA1204" Action="Hidden" />
<Rule Id="SA1413" Action="Hidden" />
<Rule Id="SA1503" Action="Hidden" />
<Rule Id="SA1513" Action="Hidden" />
<Rule Id="SA1515" Action="Hidden" />
<Rule Id="SA1600" Action="Hidden" />
<Rule Id="SA1626" Action="Hidden" />
<Rule Id="SA1629" Action="Hidden" />
<Rule Id="SA1633" Action="Hidden" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.NetAnalyzers" RuleNamespace="Microsoft.CodeAnalysis.NetAnalyzers">
<Rule Id="CA1062" Action="Hidden" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.Analyzers">
<Rule Id="RS2008" Action="Hidden" />
</Rules>
</RuleSet>