Skip to content

Commit

Permalink
Fix StyleCop rule SA1129 ("Do not use default value type constructor"…
Browse files Browse the repository at this point in the history
…) (dotnet/coreclr#42531)

Signed-off-by: dotnet-bot <[email protected]>


Commit migrated from dotnet/coreclr@24aa9ed
  • Loading branch information
stephentoub authored and AaronRobinsonMSFT committed Nov 12, 2019
1 parent 7e61560 commit 51e62d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<Rule Id="SA1125" Action="None" /> <!-- Use shorthand for nullable types -->
<Rule Id="SA1127" Action="None" /> <!-- Generic type constraints should be on their own line -->
<Rule Id="SA1128" Action="None" /> <!-- Put constructor initializers on their own line -->
<Rule Id="SA1129" Action="None" /> <!-- Do not use default value type constructor -->
<Rule Id="SA1130" Action="None" /> <!-- Use lambda syntax -->
<Rule Id="SA1131" Action="None" /> <!-- Constant values should appear on the right-hand side of comparisons -->
<Rule Id="SA1132" Action="None" /> <!-- Do not combine fields -->
Expand Down

0 comments on commit 51e62d2

Please sign in to comment.