Skip to content

Commit

Permalink
Style/ParallelAssignment doesn't have any performance benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
deepj committed Aug 29, 2015
1 parent 6c6a52b commit 2bbc01c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,7 @@ Style/ParallelAssignment:
Check for simple usages of parallel assignment.
It will only warn when the number of variables
matches on both sides of the assignment.
This also provides performance benefits
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#parallel-assignment'
Reference: 'https://github.com/JuanitoFatas/fast-ruby#parallel-assignment-vs-sequential-assignment-code'
Enabled: true

Style/ParenthesesAroundCondition:
Expand Down

0 comments on commit 2bbc01c

Please sign in to comment.