Fix several recently added StyleCop tuple rules (dotnet/corefxdotnet/coreclr#40794)
authorStephen Toub <stoub@microsoft.com>
Wed, 4 Sep 2019 03:51:50 +0000 (23:51 -0400)
committerJan Kotas <jkotas@microsoft.com>
Wed, 4 Sep 2019 16:02:47 +0000 (09:02 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/a43b2abba24c90058b1eeaf12d2241a66619acde

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

index 6b05c58..975613f 100644 (file)
     <Rule Id="SA1136" Action="None" /> <!-- Enum values should be on separate lines -->
     <Rule Id="SA1137" Action="None" /> <!-- Elements should have the same indentation -->
     <Rule Id="SA1139" Action="None" /> <!-- Use literal suffix notation instead of casting -->
-    <Rule Id="SA1141" Action="None" /> <!-- Use tuple syntax -->
-    <Rule Id="SA1142" Action="None" /> <!-- Refer to tuple fields by name -->
     <Rule Id="SA1200" Action="None" /> <!-- Using directive should appear within a namespace declaration -->
     <Rule Id="SA1201" Action="None" /> <!-- Elements should appear in the correct order -->
     <Rule Id="SA1202" Action="None" /> <!-- Elements should be ordered by access -->