Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
8924594a
Commit
8924594a
authored
Feb 21, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Lint/UnneededSplatExpansion
parent
3a8128f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
.rubocop.yml
.rubocop.yml
+2
-0
.rubocop_todo.yml
.rubocop_todo.yml
+0
-17
No files found.
.rubocop.yml
View file @
8924594a
...
@@ -917,6 +917,8 @@ Lint/ShadowingOuterLocalVariable:
...
@@ -917,6 +917,8 @@ Lint/ShadowingOuterLocalVariable:
Lint/AssignmentInCondition
:
Lint/AssignmentInCondition
:
Enabled
:
false
Enabled
:
false
Lint/UnneededSplatExpansion
:
Enabled
:
false
Lint/UnusedBlockArgument
:
Lint/UnusedBlockArgument
:
Enabled
:
false
Enabled
:
false
...
...
.rubocop_todo.yml
View file @
8924594a
...
@@ -6,23 +6,6 @@
...
@@ -6,23 +6,6 @@
# Note that changes in the inspected code, or installation of new
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# versions of RuboCop, may require this file to be generated again.
# Offense count: 23
# Cop supports --auto-correct.
Lint/UnneededSplatExpansion
:
Exclude
:
-
'
app/services/projects/update_pages_service.rb'
-
'
config/application.rb'
-
'
lib/banzai/filter/gollum_tags_filter.rb'
-
'
lib/bitbucket/page.rb'
-
'
lib/gitlab/markup_helper.rb'
-
'
spec/helpers/auth_helper_spec.rb'
-
'
spec/models/project_wiki_spec.rb'
-
'
spec/requests/api/projects_spec.rb'
-
'
spec/requests/api/tags_spec.rb'
-
'
spec/requests/api/v3/projects_spec.rb'
-
'
spec/support/seed_helper.rb'
-
'
spec/support/test_env.rb'
# Offense count: 3
# Offense count: 3
# Cop supports --auto-correct.
# Cop supports --auto-correct.
Performance/RedundantBlockCall
:
Performance/RedundantBlockCall
:
...
...
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