Enable SA1003.

This commit is contained in:
Jarl Gullberg 2017-07-30 17:46:28 +02:00
parent fc98b8ea4d
commit 7ac6812ce7
No known key found for this signature in database
GPG Key ID: 750FF6F6BDA72D23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<Rule Id="SA1000" Action="Error" /> <!-- Keywords must be spaced correctly -->
<Rule Id="SA1001" Action="Error" /> <!-- Commas must be spaced correctly -->
<Rule Id="SA1002" Action="Error" /> <!-- Semicolons must be spaced correctly -->
<Rule Id="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
<Rule Id="SA1003" Action="Error" /> <!-- Symbols must be spaced correctly -->
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
<Rule Id="SA1005" Action="None" /> <!-- Single line comments must begin with single space -->
<Rule Id="SA1006" Action="Error" /> <!-- Preprocessor keywords must not be preceded by space -->