summaryrefslogtreecommitdiff
path: root/.rubocop_todo/performance/redundant_equality_comparison_block.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/redundant_equality_comparison_block.yml
parentec73467c23693d0db63a797d10194da9e72a74af (diff)
downloadgitlab-ce-1f5bd14001245a518cecb87d251dddcde78b9bfb.tar.gz
Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42
Diffstat (limited to '.rubocop_todo/performance/redundant_equality_comparison_block.yml')
-rw-r--r--.rubocop_todo/performance/redundant_equality_comparison_block.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/redundant_equality_comparison_block.yml b/.rubocop_todo/performance/redundant_equality_comparison_block.yml
new file mode 100644
index 00000000000..44da9710249
--- /dev/null
+++ b/.rubocop_todo/performance/redundant_equality_comparison_block.yml
@@ -0,0 +1,23 @@
+---
+# Cop supports --autocorrect.
+Performance/RedundantEqualityComparisonBlock:
+ Details: grace period
+ Exclude:
+ - 'app/graphql/types/work_item_id_type.rb'
+ - 'app/models/concerns/group_descendant.rb'
+ - 'app/models/concerns/id_in_ordered.rb'
+ - 'app/models/todo.rb'
+ - 'app/validators/feature_flag_strategies_validator.rb'
+ - 'ee/app/helpers/ee/dashboard_helper.rb'
+ - 'ee/lib/compliance_management/merge_request_approval_settings/resolver.rb'
+ - 'ee/lib/elastic/latest/user_instance_proxy.rb'
+ - 'ee/lib/gitlab/geo/geo_node_status_check.rb'
+ - 'ee/spec/lib/ee/sidebars/projects/panel_spec.rb'
+ - 'lib/gitlab/ci/config/yaml/tags/reference.rb'
+ - 'lib/gitlab/config/entry/validators.rb'
+ - 'lib/gitlab/i18n/translation_entry.rb'
+ - 'lib/gitlab/push_options.rb'
+ - 'lib/gitlab/utils/delegator_override.rb'
+ - 'lib/gitlab/view/presenter/base.rb'
+ - 'spec/lib/object_storage/direct_upload_spec.rb'
+ - 'spec/support/import_export/project_tree_expectations.rb'