Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:47:34 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:47:34 +0300
commit6c31b607de3528f78f340a2bc5bfdb163378981c (patch)
tree119877c77cef8239c17c09005b5378e919bbf403 /.rubocop_todo.yml
parent7d6c66381cffc211a0de87911d037b415f8d1fa3 (diff)
Fix SpaceBeforeFirstArg cop
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d8c4e965190..c7b82af08df 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -53,20 +53,6 @@ Layout/IndentArray:
Layout/IndentHash:
Enabled: false
-# Offense count: 11
-# Cop supports --auto-correct.
-# Configuration parameters: AllowForAlignment.
-Layout/SpaceBeforeFirstArg:
- Exclude:
- - 'config/routes/project.rb'
- - 'db/migrate/20170506185517_add_foreign_key_pipeline_schedules_and_pipelines.rb'
- - 'features/steps/project/source/browse_files.rb'
- - 'features/steps/project/source/markdown_render.rb'
- - 'lib/api/runners.rb'
- - 'spec/features/search/user_uses_search_filters_spec.rb'
- - 'spec/routing/project_routing_spec.rb'
- - 'spec/services/system_note_service_spec.rb'
-
# Offense count: 93
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.