Skip to content
Snippets Groups Projects
Commit c427bf08 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Rubocop: Style/AlignArray enabled

parent 9fbdbf8b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -17,7 +17,7 @@ Style/AlignArray:
Loading
@@ -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: >-
Loading
Loading
Loading
@@ -4,7 +4,7 @@ module Gitlab
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment