Rubocop: Style/AlignArray enabled

This commit is contained in:
Dmitriy Zaporozhets 2015-02-02 20:58:28 -08:00
parent 9fbdbf8b3f
commit c427bf08e4
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Style/AlignArray:
Align the elements of an array literal if they span more than
one line.
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#align-multiline-arrays'
Enabled: false
Enabled: true
Style/AlignHash:
Description: >-

View File

@ -4,7 +4,7 @@ module Gitlab
include Enumerable
def parse(lines)
@lines = lines,
@lines = lines
lines_obj = []
line_obj_index = 0
line_old = 1