Skip to content

Commit f711def

Browse files
committed
StyleCop enabled for PartialResponse
1 parent 67f71f8 commit f711def

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

test/stylecop.ruleset

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<RuleSet Name="Magister" ToolsVersion="14.0">
3+
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
4+
5+
<!-- EnableXmlDocumentationOutput -->
6+
<Rule Id="SA1652" Action="None" />
7+
8+
<!-- ElementsMustBeDocumented -->
9+
<Rule Id="SA1600" Action="None" />
10+
11+
</Rules>
12+
</RuleSet>

0 commit comments

Comments
 (0)