Commit c427bf08 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Rubocop: Style/AlignArray enabled

parent 9fbdbf8b
...@@ -17,7 +17,7 @@ Style/AlignArray: ...@@ -17,7 +17,7 @@ Style/AlignArray:
Align the elements of an array literal if they span more than Align the elements of an array literal if they span more than
one line. one line.
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#align-multiline-arrays' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#align-multiline-arrays'
Enabled: false Enabled: true
Style/AlignHash: Style/AlignHash:
Description: >- Description: >-
......
...@@ -4,7 +4,7 @@ module Gitlab ...@@ -4,7 +4,7 @@ module Gitlab
include Enumerable include Enumerable
def parse(lines) def parse(lines)
@lines = lines, @lines = lines
lines_obj = [] lines_obj = []
line_obj_index = 0 line_obj_index = 0
line_old = 1 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