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>2022-12-15 15:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-15 15:08:09 +0300
commit37439afe69efe58e2351d899d231670d945be5e2 (patch)
tree0bb4989879fcc18396c013741a3a21c7cc1cb637 /.rubocop_todo/rails
parent8353b844b31ebfa1181014e5a409ba93c22d8ad0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/rails')
-rw-r--r--.rubocop_todo/rails/index_with.yml51
1 files changed, 0 insertions, 51 deletions
diff --git a/.rubocop_todo/rails/index_with.yml b/.rubocop_todo/rails/index_with.yml
deleted file mode 100644
index fea7477fe03..00000000000
--- a/.rubocop_todo/rails/index_with.yml
+++ /dev/null
@@ -1,51 +0,0 @@
----
-# Cop supports --autocorrect.
-Rails/IndexWith:
- Exclude:
- - 'app/helpers/ci/jobs_helper.rb'
- - 'app/models/ci/build_trace_chunk.rb'
- - 'app/models/ci/processable.rb'
- - 'app/models/concerns/cached_commit.rb'
- - 'app/models/customer_relations/organization.rb'
- - 'app/models/environment.rb'
- - 'app/services/concerns/rate_limited_service.rb'
- - 'app/services/packages/rpm/parse_package_service.rb'
- - 'db/post_migrate/20210731132939_backfill_stage_event_hash.rb'
- - 'ee/app/models/concerns/identity_verifiable.rb'
- - 'ee/app/models/vulnerabilities/projects_grade.rb'
- - 'ee/lib/ee/gitlab/usage_data.rb'
- - 'ee/lib/gitlab/auth/group_saml/auth_hash.rb'
- - 'ee/lib/gitlab/custom_file_templates.rb'
- - 'ee/lib/gitlab/insights/reducers/count_per_label_reducer.rb'
- - 'ee/spec/lib/ee/gitlab/application_context_spec.rb'
- - 'ee/spec/models/sca/license_compliance_spec.rb'
- - 'ee/spec/views/admin/dashboard/index.html.haml_spec.rb'
- - 'lib/api/entities/project_integration.rb'
- - 'lib/api/helpers/packages/conan/api_helpers.rb'
- - 'lib/banzai/filter/repository_link_filter.rb'
- - 'lib/gitlab/background_migration/backfill_note_discussion_id.rb'
- - 'lib/gitlab/background_migration/update_jira_tracker_data_deployment_type_based_on_url.rb'
- - 'lib/gitlab/ci/ansi2html.rb'
- - 'lib/gitlab/ci/reports/security/finding.rb'
- - 'lib/gitlab/ci/reports/security/identifier.rb'
- - 'lib/gitlab/ci/reports/test_suite.rb'
- - 'lib/gitlab/database/count/exact_count_strategy.rb'
- - 'lib/gitlab/database/obsolete_ignored_columns.rb'
- - 'lib/gitlab/database/tables_sorted_by_foreign_keys.rb'
- - 'lib/gitlab/issuable_metadata.rb'
- - 'lib/gitlab/template/base_template.rb'
- - 'lib/gitlab/usage_data.rb'
- - 'lib/google_api/cloud_platform/client.rb'
- - 'lib/tasks/gitlab/db.rake'
- - 'qa/qa/resource/reusable.rb'
- - 'scripts/trigger-build.rb'
- - 'spec/lib/gitlab/api_authentication/sent_through_builder_spec.rb'
- - 'spec/lib/gitlab/conflict/file_spec.rb'
- - 'spec/lib/gitlab/import_export/model_configuration_spec.rb'
- - 'spec/lib/gitlab/import_export/project/tree_restorer_spec.rb'
- - 'spec/lib/google_api/cloud_platform/client_spec.rb'
- - 'spec/models/event_spec.rb'
- - 'spec/presenters/projects/security/configuration_presenter_spec.rb'
- - 'spec/support/shared_contexts/services/projects/container_repository/delete_tags_service_shared_context.rb'
- - 'spec/support/shared_examples/models/concerns/sanitizable_shared_examples.rb'
- - 'spec/views/admin/dashboard/index.html.haml_spec.rb'