diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2018-09-20 21:47:34 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2018-09-20 21:47:34 +0500 |
commit | 6c31b607de3528f78f340a2bc5bfdb163378981c (patch) | |
tree | 119877c77cef8239c17c09005b5378e919bbf403 /.rubocop_todo.yml | |
parent | 7d6c66381cffc211a0de87911d037b415f8d1fa3 (diff) | |
download | gitlab-ce-6c31b607de3528f78f340a2bc5bfdb163378981c.tar.gz |
Fix SpaceBeforeFirstArg cop
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 14 |
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. |