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:
parent
359cec06e7
commit
a3fec55f75
|
@ -183,6 +183,7 @@ Lint/UselessAssignment:
|
|||
Lint/Debugger:
|
||||
Severity: error
|
||||
Lint/EndAlignment:
|
||||
EnforcedStyleAlignWith: variable
|
||||
Severity: convention
|
||||
|
||||
# Performance changes
|
||||
|
|
Loading…
Reference in New Issue