Enabled some adhered rules.
This commit is contained in:
parent
b72c04bb3d
commit
b0edadb3aa
1 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@
|
||||||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
||||||
|
|
||||||
<!-- Special rules -->
|
<!-- Special rules -->
|
||||||
<Rule Id="SA0001" Action="None" /> <!-- XML comment analysis disabled -->
|
<Rule Id="SA0001" Action="Error" /> <!-- XML comment analysis disabled -->
|
||||||
<Rule Id="SA0002" Action="None" /> <!-- Invalid settings file -->
|
<Rule Id="SA0002" Action="Error" /> <!-- Invalid settings file -->
|
||||||
|
|
||||||
<!-- Spacing rules -->
|
<!-- Spacing rules -->
|
||||||
<Rule Id="SA1000" Action="None" /> <!-- Keywords must be spaced correctly -->
|
<Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
|
||||||
<Rule Id="SA1001" Action="None" /> <!-- Commas must be spaced correctly -->
|
<Rule Id="SA1001" Action="Error" /> <!-- Commas must be spaced correctly -->
|
||||||
<Rule Id="SA1002" Action="None" /> <!-- Semicolons must be spaced correctly -->
|
<Rule Id="SA1002" Action="None" /> <!-- Semicolons must be spaced correctly -->
|
||||||
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
||||||
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
|
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
|
||||||
|
|
Loading…
Reference in a new issue