Enabled some adhered rules.

This commit is contained in:
Jarl Gullberg 2017-07-25 14:52:54 +02:00
parent b72c04bb3d
commit b0edadb3aa
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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 -->