Skip to content

Commit

Permalink
chore(style): allow casts followed by whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 7, 2019
1 parent d3a44a0 commit 8f5229c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StyleCop.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,7 @@
<Rule Id="SA1201" Action="None" /> <!-- Elements should appear in the correct order -->
<Rule Id="SA1120" Action="None" /> <!-- Comments should contain text -->
<Rule Id="SA1314" Action="None" /> <!-- Type parameter names should begin with T -->
<Rule Id="SA1003" Action="None" /> <!-- Operator '( )' should not followed by whitespace -->
<Rule Id="SA1009" Action="None" /> <!-- Closing paranthesis should not be followed by a space -->
</Rules>
</RuleSet>

0 comments on commit 8f5229c

Please sign in to comment.