Skip to content
Snippets Groups Projects
Commit 8924594a authored by Douwe Maan's avatar Douwe Maan
Browse files

Disable Lint/UnneededSplatExpansion

parent 3a8128f1
No related branches found
No related tags found
No related merge requests found
Loading
@@ -917,6 +917,8 @@ Lint/ShadowingOuterLocalVariable:
Loading
@@ -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
Loading
Loading
Loading
@@ -6,23 +6,6 @@
Loading
@@ -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:
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