Fix StyleCop warning SA1001 (spaces around commas)
authorStephen Toub <stoub@microsoft.com>
Thu, 22 Aug 2019 15:47:00 +0000 (11:47 -0400)
committerStephen Toub <stoub@microsoft.com>
Mon, 26 Aug 2019 02:11:44 +0000 (22:11 -0400)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/df2e29dae84d1e85763f9dac409d39c48545f9ef

src/libraries/System.Private.CoreLib/src/CodeAnalysis.ruleset

index 811f755..160c923 100644 (file)
@@ -75,7 +75,6 @@
   <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
     <Rule Id="AD0001" Action="None" /> <!-- Analyzer threw an exception -->
     <Rule Id="SA0001" Action="None" /> <!-- XML comments -->
-    <Rule Id="SA1001" Action="None" /> <!-- Commas should be followed by whitespace -->
     <Rule Id="SA1002" Action="None" /> <!-- Semicolons should not be preceded by a space -->
     <Rule Id="SA1003" Action="None" /> <!-- Operator should not appear at the end of a line -->
     <Rule Id="SA1004" Action="None" /> <!-- Documentation line should begin with a space -->