diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 18:10:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 18:10:34 +0000 |
commit | 9134da04883fb17a8636cddbd457210fa8f5ab38 (patch) | |
tree | 54bc4be56906752103f9054d8b52a2ca6620a878 /.rubocop_todo/layout/first_array_element_indentation.yml | |
parent | 8cfe3415e91f4403ded9cc44066a0a459688a609 (diff) | |
download | gitlab-ce-9134da04883fb17a8636cddbd457210fa8f5ab38.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 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.rubocop_todo/layout/first_array_element_indentation.yml b/.rubocop_todo/layout/first_array_element_indentation.yml index 5207d493044..a30ed786e5d 100644 --- a/.rubocop_todo/layout/first_array_element_indentation.yml +++ b/.rubocop_todo/layout/first_array_element_indentation.yml @@ -3,26 +3,6 @@ Layout/FirstArrayElementIndentation: Exclude: - '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' - - 'lib/gitlab/import_export/json/streaming_serializer.rb' - - 'lib/gitlab/kroki.rb' - - 'lib/gitlab/object_hierarchy.rb' - - 'lib/gitlab/pagination/keyset/simple_order_builder.rb' - - 'lib/gitlab/project_authorizations.rb' - - 'lib/gitlab/usage_data.rb' - - 'lib/system_check/app/authorized_keys_permission_check.rb' - - 'qa/qa/resource/protected_branch.rb' - - 'qa/qa/specs/features/api/1_manage/group_access_token_spec.rb' - - 'qa/qa/specs/features/api/1_manage/project_access_token_spec.rb' - - 'qa/qa/specs/features/api/1_manage/user_access_termination_spec.rb' - - 'qa/qa/specs/features/api/1_manage/user_inherited_access_spec.rb' - - 'qa/qa/specs/features/api/3_create/gitaly/automatic_failover_and_recovery_spec.rb' - - 'qa/qa/specs/features/api/3_create/gitaly/changing_repository_storage_spec.rb' - - 'qa/qa/specs/features/api/3_create/gitaly/gitaly_mtls_spec.rb' - - 'qa/qa/specs/features/api/3_create/gitaly/praefect_dataloss_spec.rb' - - 'qa/qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb' - - 'qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb' - 'qa/qa/specs/features/browser_ui/2_plan/issue/custom_issue_template_spec.rb' - 'qa/qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb' - 'qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb' |