summaryrefslogtreecommitdiff
path: root/.rubocop_todo/performance/flat_map.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 19:00:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 19:00:14 +0000
commit05f0ebba3a2c8ddf39e436f412dc2ab5bf1353b2 (patch)
tree11d0f2a6ec31c7793c184106cedc2ded3d9a2cc5 /.rubocop_todo/performance/flat_map.yml
parentec73467c23693d0db63a797d10194da9e72a74af (diff)
downloadgitlab-ce-05f0ebba3a2c8ddf39e436f412dc2ab5bf1353b2.tar.gz
Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42
Diffstat (limited to '.rubocop_todo/performance/flat_map.yml')
-rw-r--r--.rubocop_todo/performance/flat_map.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/flat_map.yml b/.rubocop_todo/performance/flat_map.yml
new file mode 100644
index 00000000000..32dce1bf317
--- /dev/null
+++ b/.rubocop_todo/performance/flat_map.yml
@@ -0,0 +1,38 @@
+---
+# Cop supports --autocorrect.
+Performance/FlatMap:
+ Details: grace period
+ Exclude:
+ - 'app/presenters/packages/nuget/service_index_presenter.rb'
+ - 'app/services/projects/apple_target_platform_detector_service.rb'
+ - 'ee/app/models/burndown.rb'
+ - 'ee/app/models/geo_node_status.rb'
+ - 'ee/app/serializers/dashboard_environments_serializer.rb'
+ - 'ee/app/services/elastic/process_bookkeeping_service.rb'
+ - 'ee/lib/elastic/latest/issue_class_proxy.rb'
+ - 'ee/spec/lib/elastic/latest/user_class_proxy_spec.rb'
+ - 'ee/spec/models/analytics/issues_analytics_spec.rb'
+ - 'ee/spec/requests/api/members_spec.rb'
+ - 'ee/spec/support/helpers/license_scanning_report_helpers.rb'
+ - 'ee/spec/support/shared_examples/finders/security/findings_finder_shared_examples.rb'
+ - 'lib/gitlab/ci/pipeline/chain/create_deployments.rb'
+ - 'lib/gitlab/ci/pipeline/chain/ensure_environments.rb'
+ - 'lib/gitlab/ci/pipeline/chain/ensure_resource_groups.rb'
+ - 'lib/gitlab/database/query_analyzers/prevent_cross_database_modification.rb'
+ - 'lib/gitlab/diff/file_collection/base.rb'
+ - 'lib/gitlab/instrumentation/redis_cluster_validator.rb'
+ - 'lib/gitlab/testing/request_inspector_middleware.rb'
+ - 'lib/gitlab/usage_data_counters/hll_redis_counter.rb'
+ - 'qa/qa/resource/base.rb'
+ - 'qa/qa/tools/ci/non_empty_suites.rb'
+ - 'spec/controllers/projects/issues_controller_spec.rb'
+ - 'spec/lib/bulk_imports/groups/stage_spec.rb'
+ - 'spec/lib/bulk_imports/projects/stage_spec.rb'
+ - 'spec/lib/gitlab/ci/parsers/test/junit_spec.rb'
+ - 'spec/models/ci/pipeline_spec.rb'
+ - 'spec/requests/api/graphql/ci/pipelines_spec.rb'
+ - 'spec/requests/api/projects_spec.rb'
+ - 'spec/services/ci/create_pipeline_service/evaluate_runner_tags_spec.rb'
+ - 'spec/services/git/process_ref_changes_service_spec.rb'
+ - 'spec/support/shared_examples/models/with_debian_distributions_shared_examples.rb'
+ - 'spec/support/shared_examples/requests/api/graphql/issue_list_shared_examples.rb'