summaryrefslogtreecommitdiff
path: root/.rubocop_todo
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-03 15:09:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-03 15:09:42 +0000
commita99d0fa6922be88307b1c80330a257c55c5d8270 (patch)
tree948c3d8d846bfa5ef2fd17c84cee467d678e6f1b /.rubocop_todo
parent077b0a79d52753d020280ed8d58f97f8207b42de (diff)
downloadgitlab-ce-a99d0fa6922be88307b1c80330a257c55c5d8270.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/lint/redundant_cop_disable_directive.yml5
-rw-r--r--.rubocop_todo/rspec/multiple_memoized_helpers.yml1
2 files changed, 5 insertions, 1 deletions
diff --git a/.rubocop_todo/lint/redundant_cop_disable_directive.yml b/.rubocop_todo/lint/redundant_cop_disable_directive.yml
index 7668025601c..b0b5697536e 100644
--- a/.rubocop_todo/lint/redundant_cop_disable_directive.yml
+++ b/.rubocop_todo/lint/redundant_cop_disable_directive.yml
@@ -1,7 +1,10 @@
---
# Cop supports --auto-correct.
Lint/RedundantCopDisableDirective:
- Details: grace period
+ # Used to be enabled in "grace period" and is now disabled due to too many
+ # silenced offenses.
+ # See https://gitlab.com/gitlab-org/gitlab/-/issues/376133
+ Enabled: false
Exclude:
- 'app/controllers/concerns/enforces_two_factor_authentication.rb'
- 'app/controllers/concerns/web_hooks/hook_log_actions.rb'
diff --git a/.rubocop_todo/rspec/multiple_memoized_helpers.yml b/.rubocop_todo/rspec/multiple_memoized_helpers.yml
index fc26b5e3065..218ec3bb478 100644
--- a/.rubocop_todo/rspec/multiple_memoized_helpers.yml
+++ b/.rubocop_todo/rspec/multiple_memoized_helpers.yml
@@ -33,6 +33,7 @@ RSpec/MultipleMemoizedHelpers:
- 'spec/services/merge_requests/push_options_handler_service_spec.rb'
- 'spec/services/packages/cleanup/execute_policy_service_spec.rb'
- 'spec/services/todo_service_spec.rb'
+ - 'spec/services/todos/allowed_target_filter_service_spec.rb'
- 'spec/services/todos/destroy/entity_leave_service_spec.rb'
- 'spec/support/shared_contexts/policies/project_policy_shared_context.rb'
- 'spec/support/shared_contexts/requests/api/debian_repository_shared_context.rb'