Enabled compliant rules in the SA15 block.

This commit is contained in:
Jarl Gullberg 2017-07-25 22:48:40 +02:00
parent 6d3d59554a
commit 5e4d548a40
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -136,7 +136,7 @@
<Rule Id="SA1507" Action="None" /> <!-- Code must not contain multiple blank lines in a row -->
<Rule Id="SA1508" Action="None" /> <!-- Closing braces must not be preceded by blank line -->
<Rule Id="SA1509" Action="None" /> <!-- Opening braces must not be preceded by blank line -->
<Rule Id="SA1510" Action="None" /> <!-- Chained statement blocks must not be preceded by blank line -->
<Rule Id="SA1510" Action="Error" /> <!-- Chained statement blocks must not be preceded by blank line -->
<Rule Id="SA1511" Action="None" /> <!-- While-do footer must not be preceded by blank line -->
<Rule Id="SA1512" Action="None" /> <!-- Single-line comments must not be followed by blank line -->
<Rule Id="SA1513" Action="None" /> <!-- Closing brace must be followed by blank line -->