Enable SA1001.
This commit is contained in:
parent
bc3f33271f
commit
85b362d12c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<!-- Spacing rules -->
|
||||
<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="SA1003" Action="None" /> <!-- Symbols must be spaced correctly -->
|
||||
<Rule Id="SA1004" Action="None" /> <!-- Documentation lines must begin with single space -->
|
||||
|
|
Loading…
Reference in a new issue