turn off Rubocop::Cop::Style::WhileUntilModifier

The modifier while/until construction should not be preferred.

The style guide has been updated to reflect this:
  https://gollum.instructure.com/Ruby-style-guidelines#While/Until

Change-Id: Ib1b8b3cf29d52729ba9d3f9066554fc421d47111
Reviewed-on: https://gerrit.instructure.com/52997
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: Strand McCutchen <smccutchen@instructure.com>
QA-Review: Strand McCutchen <smccutchen@instructure.com>
This commit is contained in:
Strand McCutchen 2015-04-28 09:27:56 -07:00
parent 5cff7ed016
commit e3d836fdb8
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ Style/AlignParameters:
Enabled: false
Style/Lambda:
Enabled: false
Style/WhileUntilModifier:
Enabled: false
# Rails style changes
Rails/TimeZone: