Enabled SA1004.
This commit is contained in:
parent
0ed06b8aa1
commit
5d0b6f808a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<Rule Id="SA1001" Action="Error" /> <!-- 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="Error" /> <!-- 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="SA1004" Action="Error" /> <!-- Documentation lines must begin with single space -->
|
||||||
<Rule Id="SA1005" Action="None" /> <!-- Single line comments must begin with single space -->
|
<Rule Id="SA1005" Action="None" /> <!-- Single line comments must begin with single space -->
|
||||||
<Rule Id="SA1006" Action="None" /> <!-- Preprocessor keywords must not be preceded by space -->
|
<Rule Id="SA1006" Action="None" /> <!-- Preprocessor keywords must not be preceded by space -->
|
||||||
<Rule Id="SA1007" Action="None" /> <!-- Operator keyword must be followed by space -->
|
<Rule Id="SA1007" Action="None" /> <!-- Operator keyword must be followed by space -->
|
||||||
|
|
Loading…
Reference in a new issue