From cf7a32bf29a7412a0f4b373ac3045f2555762d03 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 17 May 2023 21:07:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop_todo/style/guard_clause.yml | 1 - .rubocop_todo/style/lambda.yml | 1 - .rubocop_todo/style/redundant_self.yml | 1 - .rubocop_todo/style/sole_nested_conditional.yml | 1 - 4 files changed, 4 deletions(-) (limited to '.rubocop_todo/style') diff --git a/.rubocop_todo/style/guard_clause.yml b/.rubocop_todo/style/guard_clause.yml index 50a823c9ee8..18075377acb 100644 --- a/.rubocop_todo/style/guard_clause.yml +++ b/.rubocop_todo/style/guard_clause.yml @@ -406,7 +406,6 @@ Style/GuardClause: - 'ee/lib/ee/gitlab/gon_helper.rb' - 'ee/lib/ee/gitlab/omniauth_initializer.rb' - 'ee/lib/ee/sidebars/projects/panel.rb' - - 'ee/lib/elastic/latest/application_class_proxy.rb' - 'ee/lib/gitlab/analytics/cycle_analytics/summary/base_time.rb' - 'ee/lib/gitlab/ci/config/security_orchestration_policies/processor.rb' - 'ee/lib/gitlab/ci/minutes/cost_factor.rb' diff --git a/.rubocop_todo/style/lambda.yml b/.rubocop_todo/style/lambda.yml index 270cdafa855..adbf5a5b8be 100644 --- a/.rubocop_todo/style/lambda.yml +++ b/.rubocop_todo/style/lambda.yml @@ -27,7 +27,6 @@ Style/Lambda: - 'ee/lib/ee/api/entities/group_push_rule.rb' - 'ee/lib/ee/banzai/filter/sanitization_filter.rb' - 'ee/lib/ee/gitlab/checks/diff_check.rb' - - 'ee/lib/elastic/latest/application_class_proxy.rb' - 'ee/lib/gem_extensions/elasticsearch/model/adapter/active_record/importing.rb' - 'ee/spec/elastic_integration/global_search_spec.rb' - 'ee/spec/lib/gitlab/geo/event_gap_tracking_spec.rb' diff --git a/.rubocop_todo/style/redundant_self.yml b/.rubocop_todo/style/redundant_self.yml index 3168a5d2150..df5c1b6172a 100644 --- a/.rubocop_todo/style/redundant_self.yml +++ b/.rubocop_todo/style/redundant_self.yml @@ -232,7 +232,6 @@ Style/RedundantSelf: - 'ee/lib/ee/legacy_model.rb' - 'ee/lib/ee/model.rb' - 'ee/lib/elastic/instance_proxy_util.rb' - - 'ee/lib/elastic/latest/application_class_proxy.rb' - 'ee/lib/elastic/latest/commit_config.rb' - 'ee/lib/elastic/latest/issue_config.rb' - 'ee/lib/elastic/latest/merge_request_config.rb' diff --git a/.rubocop_todo/style/sole_nested_conditional.yml b/.rubocop_todo/style/sole_nested_conditional.yml index 9b867a430f2..65cac595cde 100644 --- a/.rubocop_todo/style/sole_nested_conditional.yml +++ b/.rubocop_todo/style/sole_nested_conditional.yml @@ -33,7 +33,6 @@ Style/SoleNestedConditional: - 'ee/app/workers/ee/post_receive.rb' - 'ee/lib/ee/gitlab/auth/o_auth/auth_hash.rb' - 'ee/lib/ee/gitlab/checks/push_rules/commit_check.rb' - - 'ee/lib/elastic/latest/application_class_proxy.rb' - 'ee/lib/elastic/latest/issue_class_proxy.rb' - 'ee/lib/gitlab/code_owners/groups_loader.rb' - 'lib/api/deploy_keys.rb' -- cgit v1.2.3