Skip to content

Commit

Permalink
Disable Style/CombinableLoops
Browse files Browse the repository at this point in the history
There aren't many breaks but looks like all the cases of this cop
breaking are not things we should be fixing (i.e. run all the
validations before sending all the money). Makes sense to just disable
this by default.
  • Loading branch information
ivgiuliani committed Sep 8, 2020
1 parent 0649e26 commit 45c761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop.yml
Expand Up @@ -304,7 +304,7 @@ Style/StringConcatenation:
Enabled: false

Style/CombinableLoops:
Enabled: true
Enabled: false

Style/KeywordParametersOrder:
Enabled: true
Expand Down

0 comments on commit 45c761f

Please sign in to comment.