зеркало из https://github.com/microsoft/testfx.git
16 строки
546 B
XML
16 строки
546 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="Rules for testFx source code" Description="Code analysis rules for src projects." ToolsVersion="14.0">
|
|
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
|
<!-- Allow use of regions -->
|
|
<Rule Id="SA1124" Action="None" />
|
|
|
|
<!-- Do not require XML comment analysis -->
|
|
<Rule Id="SA1652" Action="None" />
|
|
<Rule Id="SA1649" Action="None" />
|
|
|
|
<!-- We want static fields to be s_* -->
|
|
<Rule Id="SA1311" Action="None" />
|
|
</Rules>
|
|
</RuleSet>
|
|
|