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>2023-06-03 03:07:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-03 03:07:18 +0300
commit77628d9c8306401a73ea3737d97ed479f3f08c0b (patch)
tree4bf136593a616e5003aec8d613beeda52e15bfb9 /.rubocop_todo
parentdf52f8c8af971b336f520e291da02e1ba6a1a9dd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/layout/argument_alignment.yml10
-rw-r--r--.rubocop_todo/layout/line_continuation_leading_space.yml1
-rw-r--r--.rubocop_todo/layout/line_end_string_concatenation_indentation.yml1
-rw-r--r--.rubocop_todo/layout/line_length.yml1
-rw-r--r--.rubocop_todo/naming/heredoc_delimiter_naming.yml1
-rw-r--r--.rubocop_todo/rspec/context_wording.yml1
-rw-r--r--.rubocop_todo/rspec/empty_line_after_hook.yml1
-rw-r--r--.rubocop_todo/rspec/instance_variable.yml1
-rw-r--r--.rubocop_todo/rspec/missing_feature_category.yml1
-rw-r--r--.rubocop_todo/rspec/scattered_let.yml1
10 files changed, 0 insertions, 19 deletions
diff --git a/.rubocop_todo/layout/argument_alignment.yml b/.rubocop_todo/layout/argument_alignment.yml
index aa5946c1932..35b1c4e50ac 100644
--- a/.rubocop_todo/layout/argument_alignment.yml
+++ b/.rubocop_todo/layout/argument_alignment.yml
@@ -1641,16 +1641,6 @@ Layout/ArgumentAlignment:
- 'qa/qa/resource/user.rb'
- 'qa/qa/scenario/test/instance/review_blocking.rb'
- 'qa/qa/scenario/test/instance/review_non_blocking.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/changing_repository_storage_spec.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/distributed_reads_spec.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/praefect_connectivity_spec.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/praefect_dataloss_spec.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/praefect_replication_queue_spec.rb'
- - 'qa/qa/specs/features/api/12_systems/gitaly/praefect_repo_sync_spec.rb'
- - 'qa/qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb'
- - 'qa/qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb'
- - 'qa/qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb'
- - 'qa/qa/specs/features/api/4_verify/api_variable_inheritance_with_forward_pipeline_variables_spec.rb'
- 'qa/qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb'
- 'qa/qa/specs/features/browser_ui/1_manage/integrations/jira/jira_basic_integration_spec.rb'
- 'qa/qa/specs/features/ee/api/1_manage/integrations/group_webhook_events_spec.rb'
diff --git a/.rubocop_todo/layout/line_continuation_leading_space.yml b/.rubocop_todo/layout/line_continuation_leading_space.yml
index f2c9feec08d..41976f1e182 100644
--- a/.rubocop_todo/layout/line_continuation_leading_space.yml
+++ b/.rubocop_todo/layout/line_continuation_leading_space.yml
@@ -48,7 +48,6 @@ Layout/LineContinuationLeadingSpace:
- 'rubocop/cop/graphql/descriptions.rb'
- 'rubocop/cop/migration/add_columns_to_wide_tables.rb'
- 'rubocop/cop/migration/background_migrations.rb'
- - 'rubocop/cop/migration/update_column_in_batches.rb'
- 'scripts/lib/glfm/parse_examples.rb'
- 'scripts/qa/testcases-check'
- 'spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb'
diff --git a/.rubocop_todo/layout/line_end_string_concatenation_indentation.yml b/.rubocop_todo/layout/line_end_string_concatenation_indentation.yml
index b7fdd3979bc..02d2686b80a 100644
--- a/.rubocop_todo/layout/line_end_string_concatenation_indentation.yml
+++ b/.rubocop_todo/layout/line_end_string_concatenation_indentation.yml
@@ -221,7 +221,6 @@ Layout/LineEndStringConcatenationIndentation:
- 'rubocop/cop/migration/create_table_with_foreign_keys.rb'
- 'rubocop/cop/migration/prevent_strings.rb'
- 'rubocop/cop/migration/remove_concurrent_index.rb'
- - 'rubocop/cop/migration/update_column_in_batches.rb'
- 'rubocop/cop/migration/with_lock_retries_with_change.rb'
- 'rubocop/cop/performance/active_record_subtransaction_methods.rb'
- 'rubocop/cop/performance/active_record_subtransactions.rb'
diff --git a/.rubocop_todo/layout/line_length.yml b/.rubocop_todo/layout/line_length.yml
index 16b3419ef02..d9f18726897 100644
--- a/.rubocop_todo/layout/line_length.yml
+++ b/.rubocop_todo/layout/line_length.yml
@@ -4692,7 +4692,6 @@ Layout/LineLength:
- 'spec/rubocop/cop/gitlab/mark_used_feature_flags_spec.rb'
- 'spec/rubocop/cop/lint/last_keyword_argument_spec.rb'
- 'spec/rubocop/cop/migration/safer_boolean_column_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/rubocop/cop/performance/readlines_each_spec.rb'
- 'spec/rubocop/cop/rspec/env_assignment_spec.rb'
- 'spec/rubocop/cop/rspec/expect_gitlab_tracking_spec.rb'
diff --git a/.rubocop_todo/naming/heredoc_delimiter_naming.yml b/.rubocop_todo/naming/heredoc_delimiter_naming.yml
index 9b6d26a53ca..02cc7d2a85c 100644
--- a/.rubocop_todo/naming/heredoc_delimiter_naming.yml
+++ b/.rubocop_todo/naming/heredoc_delimiter_naming.yml
@@ -95,7 +95,6 @@ Naming/HeredocDelimiterNaming:
- 'spec/models/concerns/ci/maskable_spec.rb'
- 'spec/models/integrations/asana_spec.rb'
- 'spec/models/ssh_host_key_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/services/ci/create_downstream_pipeline_service_spec.rb'
- 'spec/services/ci/create_pipeline_service/cache_spec.rb'
- 'spec/services/ci/create_pipeline_service/evaluate_runner_tags_spec.rb'
diff --git a/.rubocop_todo/rspec/context_wording.yml b/.rubocop_todo/rspec/context_wording.yml
index f6fbdd31463..d29aedff63f 100644
--- a/.rubocop_todo/rspec/context_wording.yml
+++ b/.rubocop_todo/rspec/context_wording.yml
@@ -2578,7 +2578,6 @@ RSpec/ContextWording:
- 'spec/rubocop/cop/migration/safer_boolean_column_spec.rb'
- 'spec/rubocop/cop/migration/schedule_async_spec.rb'
- 'spec/rubocop/cop/migration/timestamps_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/rubocop/cop/migration/versioned_migration_class_spec.rb'
- 'spec/rubocop/cop/performance/ar_exists_and_present_blank_spec.rb'
- 'spec/rubocop/cop/qa/ambiguous_page_object_name_spec.rb'
diff --git a/.rubocop_todo/rspec/empty_line_after_hook.yml b/.rubocop_todo/rspec/empty_line_after_hook.yml
index fbfb7e8bfe0..7dc3fd235a4 100644
--- a/.rubocop_todo/rspec/empty_line_after_hook.yml
+++ b/.rubocop_todo/rspec/empty_line_after_hook.yml
@@ -41,7 +41,6 @@ RSpec/EmptyLineAfterHook:
- 'spec/requests/api/pages/internal_access_spec.rb'
- 'spec/requests/api/pages/private_access_spec.rb'
- 'spec/requests/api/pages/public_access_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/services/merge_requests/execute_approval_hooks_service_spec.rb'
- 'spec/services/notes/create_service_spec.rb'
- 'spec/services/notes/quick_actions_service_spec.rb'
diff --git a/.rubocop_todo/rspec/instance_variable.yml b/.rubocop_todo/rspec/instance_variable.yml
index fe632cdd57b..a5a0cec68d4 100644
--- a/.rubocop_todo/rspec/instance_variable.yml
+++ b/.rubocop_todo/rspec/instance_variable.yml
@@ -136,7 +136,6 @@ RSpec/InstanceVariable:
- 'spec/requests/git_http_spec.rb'
- 'spec/requests/openid_connect_spec.rb'
- 'spec/requests/projects/issues/discussions_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/services/ci/process_sync_events_service_spec.rb'
- 'spec/services/labels/update_service_spec.rb'
- 'spec/services/members/destroy_service_spec.rb'
diff --git a/.rubocop_todo/rspec/missing_feature_category.yml b/.rubocop_todo/rspec/missing_feature_category.yml
index e257f9e2de1..d5ab0c5a91f 100644
--- a/.rubocop_todo/rspec/missing_feature_category.yml
+++ b/.rubocop_todo/rspec/missing_feature_category.yml
@@ -5336,7 +5336,6 @@ RSpec/MissingFeatureCategory:
- 'spec/rubocop/cop/migration/schema_addition_methods_no_post_spec.rb'
- 'spec/rubocop/cop/migration/sidekiq_queue_migrate_spec.rb'
- 'spec/rubocop/cop/migration/timestamps_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/rubocop/cop/migration/with_lock_retries_disallowed_method_spec.rb'
- 'spec/rubocop/cop/migration/with_lock_retries_with_change_spec.rb'
- 'spec/rubocop/cop/performance/active_record_subtransaction_methods_spec.rb'
diff --git a/.rubocop_todo/rspec/scattered_let.yml b/.rubocop_todo/rspec/scattered_let.yml
index 573991418f7..592f11ef772 100644
--- a/.rubocop_todo/rspec/scattered_let.yml
+++ b/.rubocop_todo/rspec/scattered_let.yml
@@ -223,7 +223,6 @@ RSpec/ScatteredLet:
- 'spec/requests/api/notes_spec.rb'
- 'spec/requests/api/project_clusters_spec.rb'
- 'spec/requests/jira_routing_spec.rb'
- - 'spec/rubocop/cop/migration/update_column_in_batches_spec.rb'
- 'spec/serializers/build_details_entity_spec.rb'
- 'spec/serializers/ci/job_entity_spec.rb'
- 'spec/serializers/merge_requests/pipeline_entity_spec.rb'