change rubocop's end alignment param

to be the one we used most often

Change-Id: I0ed597588f48d2d3f57111c5a409b1304ebab666
Reviewed-on: https://gerrit.instructure.com/143446
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Tested-by: Jenkins
This commit is contained in:
Cody Cutrer 2018-03-13 13:15:16 -06:00
parent 359cec06e7
commit a3fec55f75
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ Lint/UselessAssignment:
Lint/Debugger:
Severity: error
Lint/EndAlignment:
EnforcedStyleAlignWith: variable
Severity: convention
# Performance changes