Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e97c830fb459
Commit
c427bf08
authored
Feb 02, 2015
by
Dmitriy Zaporozhets
Browse files
Rubocop: Style/AlignArray enabled
parent
89a49c664323
Changes
2
Hide whitespace changes
Inline
Side-by-side
.rubocop.yml
View file @
e97c830f
...
@@ -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
:
fals
e
Enabled
:
tru
e
Style/AlignHash
:
Style/AlignHash
:
Description
:
>-
Description
:
>-
...
...
lib/gitlab/diff/parser.rb
View file @
e97c830f
...
@@ -4,7 +4,7 @@ class Parser
...
@@ -4,7 +4,7 @@ class Parser
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment