diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 03:12:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 03:12:52 +0000 |
commit | ad7d53a71ad82f0d44b9b95aa7d0ba7bfaa1d6b6 (patch) | |
tree | 185aa45a7450e889311be78723a2e1fe2d8a8aef /.rubocop_todo/layout/first_array_element_indentation.yml | |
parent | f764c2fd9e05c90155ade99e3247556cce0c7412 (diff) | |
download | gitlab-ce-ad7d53a71ad82f0d44b9b95aa7d0ba7bfaa1d6b6.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/layout/first_array_element_indentation.yml')
-rw-r--r-- | .rubocop_todo/layout/first_array_element_indentation.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo/layout/first_array_element_indentation.yml b/.rubocop_todo/layout/first_array_element_indentation.yml index fd795c5219c..5207d493044 100644 --- a/.rubocop_todo/layout/first_array_element_indentation.yml +++ b/.rubocop_todo/layout/first_array_element_indentation.yml @@ -2,22 +2,6 @@ # Cop supports --auto-correct. Layout/FirstArrayElementIndentation: Exclude: - - 'ee/lib/ee/api/helpers/award_emoji.rb' - - 'ee/spec/graphql/mutations/incident_management/escalation_policy/create_spec.rb' - - 'ee/spec/lib/gitlab/graphql/loaders/bulk_epic_aggregate_loader_spec.rb' - - 'ee/spec/models/snippet_repository_spec.rb' - - 'ee/spec/services/protected_environments/base_service_spec.rb' - - 'ee/spec/services/search_service_spec.rb' - - 'ee/spec/services/security/ingestion/tasks/hooks_execution_spec.rb' - - 'ee/spec/services/security/security_orchestration_policies/process_scan_result_policy_service_spec.rb' - - 'ee/spec/services/security/store_findings_metadata_service_spec.rb' - - 'ee/spec/services/timebox_report_service_spec.rb' - - 'ee/spec/services/user_permissions/export_service_spec.rb' - - 'ee/spec/support/shared_examples/services/search_notes_shared_examples.rb' - - 'ee/spec/workers/geo/scheduler/scheduler_worker_spec.rb' - - 'lib/event_filter.rb' - - 'lib/gitlab/database/migration_helpers.rb' - - 'lib/gitlab/email/message/in_product_marketing/team.rb' - 'lib/gitlab/email/message/in_product_marketing/trial.rb' - 'lib/gitlab/email/message/in_product_marketing/verify.rb' - 'lib/gitlab/import_export/base/relation_factory.rb' |