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 Oct 21, 2020
1 parent 7d99cd5 commit 289d125
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 289d125

Please sign in to comment.