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
1 merge request!8686add "Uplaod" and "Replace" functionality
Loading
Loading
@@ -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: >-
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@ module Gitlab
include Enumerable
 
def parse(lines)
@lines = lines,
@lines = lines
lines_obj = []
line_obj_index = 0
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