mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-22 09:01:11 +03:00
10 lines
458 B
XML
10 lines
458 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="StyleCopeRules" Description="StyleCopeRules custom ruleset" ToolsVersion="14.0">
|
|
<IncludeAll Action="Warning" />
|
|
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
|
|
<Rule Id="CS1591" Action="None" />
|
|
</Rules>
|
|
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
|
<Rule Id="SA1101" Action="None" />
|
|
</Rules>
|
|
</RuleSet> |