Commit c427bf08 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Rubocop: Style/AlignArray enabled

parent 9fbdbf8b
......@@ -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: >-
......
......@@ -4,7 +4,7 @@ module Gitlab
include Enumerable
def parse(lines)
@lines = lines,
@lines = lines
lines_obj = []
line_obj_index = 0
line_old = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment