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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-09 09:09:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-09 09:09:21 +0300
commit43d38aaae05e2ac7e84c035c50844e084c3e54d3 (patch)
tree555e5afea63f7300cebee9874efe2d260308540e /.rubocop_manual_todo.yml
parent9c8d620e48c59fe3d10f9c4b50f91124d7c09182 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_manual_todo.yml')
-rw-r--r--.rubocop_manual_todo.yml25
1 files changed, 1 insertions, 24 deletions
diff --git a/.rubocop_manual_todo.yml b/.rubocop_manual_todo.yml
index 131b56f8132..a66e1da24ec 100644
--- a/.rubocop_manual_todo.yml
+++ b/.rubocop_manual_todo.yml
@@ -28,31 +28,8 @@ FactoryBot/InlineAssociation:
- 'spec/factories/uploads.rb'
- 'spec/factories/wiki_pages.rb'
-InternalAffairs/DeprecateCopHelper:
+InternalAffairs/DeprecateCopHelper: # issue to resolve: https://gitlab.com/gitlab-org/gitlab/-/issues/276734
Exclude:
- - 'spec/rubocop/cop/scalability/bulk_perform_with_context_spec.rb'
- - 'spec/rubocop/cop/scalability/idempotent_worker_spec.rb'
- - 'spec/rubocop/cop/scalability/cron_worker_context_spec.rb'
- - 'spec/rubocop/cop/scalability/file_uploads_spec.rb'
- - 'spec/rubocop/cop/destroy_all_spec.rb'
- - 'spec/rubocop/cop/safe_params_spec.rb'
- - 'spec/rubocop/cop/include_sidekiq_worker_spec.rb'
- - 'spec/rubocop/cop/rspec/factories_in_migration_specs_spec.rb'
- - 'spec/rubocop/cop/rspec/timecop_freeze_spec.rb'
- - 'spec/rubocop/cop/rspec/any_instance_of_spec.rb'
- - 'spec/rubocop/cop/rspec/factory_bot/inline_association_spec.rb'
- - 'spec/rubocop/cop/rspec/top_level_describe_path_spec.rb'
- - 'spec/rubocop/cop/rspec/be_success_matcher_spec.rb'
- - 'spec/rubocop/cop/rspec/htt_party_basic_auth_spec.rb'
- - 'spec/rubocop/cop/rspec/modify_sidekiq_middleware_spec.rb'
- - 'spec/rubocop/cop/rspec/expect_gitlab_tracking_spec.rb'
- - 'spec/rubocop/cop/rspec/have_gitlab_http_status_spec.rb'
- - 'spec/rubocop/cop/rspec/timecop_travel_spec.rb'
- - 'spec/rubocop/cop/rspec/env_assignment_spec.rb'
- - 'spec/rubocop/cop/performance/ar_exists_and_present_blank_spec.rb'
- - 'spec/rubocop/cop/performance/ar_count_each_spec.rb'
- - 'spec/rubocop/cop/performance/readlines_each_spec.rb'
- - 'spec/rubocop/cop/project_path_helper_spec.rb'
- 'spec/rubocop/cop/migration/safer_boolean_column_spec.rb'
- 'spec/rubocop/cop/migration/remove_index_spec.rb'
- 'spec/rubocop/cop/migration/add_index_spec.rb'