Enable SA1003.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Sun, 30 Jul 2017 15:46:28 +0000 (17:46 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Fri, 4 Aug 2017 10:35:06 +0000 (12:35 +0200)
stylecop.ruleset

index dcf1791..22cd1a6 100644 (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 -->