Skip to content

Commit

Permalink
RCS1205 - Order named arguments according to the order of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 3, 2024
1 parent bc21775 commit 0b46dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@
<Rule Id="RCS1197" Action="Error"/>
<!-- RCS1198 - Avoid unnecessary boxing of value type -->
<Rule Id="RCS1198" Action="None"/>
<!-- RCS1205 - Order named arguments according to the order of parameters -->
<Rule Id="RCS1205" Action="Error"/>
<!-- RCS1214 - Unnecessary interpolated string -->
<Rule Id="RCS1214" Action="Error"/>
<!-- RCS1217 - Convert interpolated string to concatenation -->
Expand Down

0 comments on commit 0b46dae

Please sign in to comment.