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:
parent
5cff7ed016
commit
e3d836fdb8
|
@ -94,6 +94,8 @@ Style/AlignParameters:
|
|||
Enabled: false
|
||||
Style/Lambda:
|
||||
Enabled: false
|
||||
Style/WhileUntilModifier:
|
||||
Enabled: false
|
||||
|
||||
# Rails style changes
|
||||
Rails/TimeZone:
|
||||
|
|
Loading…
Reference in New Issue