-
-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathFubarDev.FtpServer.ruleset
More file actions
20 lines (20 loc) · 888 Bytes
/
FubarDev.FtpServer.ruleset
File metadata and controls
20 lines (20 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Regeln für FubarDev.FtpServer" Description="Codeanalyseregeln für FubarDev.FtpServer.csproj." ToolsVersion="14.0">
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="SA0001" Action="None" />
<!-- StyleCop.Analyzers cannot handle C# 8.0 yet -->
<Rule Id="SA1009" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1200" Action="None" />
<Rule Id="SA1309" Action="None" />
<Rule Id="SA1503" Action="None" />
<Rule Id="SA1513" Action="None" />
<Rule Id="SA1516" Action="None" />
<Rule Id="SA1600" Action="None" />
<Rule Id="SA1623" Action="Warning" />
<Rule Id="SA1624" Action="Warning" />
<Rule Id="SA1627" Action="Warning" />
<Rule Id="SA1652" Action="None" />
<Rule Id="SX1309" Action="Warning" />
</Rules>
</RuleSet>