summaryrefslogtreecommitdiff
path: root/.rubocop_todo
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-27 21:09:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-27 21:09:38 +0000
commit49c0e687c1cebabb117519a6a34ffc02a39261b0 (patch)
treefc4446dae3a53e67fc99a969fa00086bd93ba0a8 /.rubocop_todo
parent84f003a4cbf0d57afdaae8cc4f28af549b34ff33 (diff)
downloadgitlab-ce-49c0e687c1cebabb117519a6a34ffc02a39261b0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/gitlab/namespaced_class.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo/gitlab/namespaced_class.yml b/.rubocop_todo/gitlab/namespaced_class.yml
index bc5b49888cd..e13d8fd68b2 100644
--- a/.rubocop_todo/gitlab/namespaced_class.yml
+++ b/.rubocop_todo/gitlab/namespaced_class.yml
@@ -405,7 +405,10 @@ Gitlab/NamespacedClass:
- 'app/policies/protected_branch_policy.rb'
- 'app/policies/release_policy.rb'
- 'app/policies/repository_policy.rb'
+ - 'app/policies/resource_event_policy.rb'
- 'app/policies/resource_label_event_policy.rb'
+ - 'app/policies/resource_milestone_event_policy.rb'
+ - 'app/policies/resource_state_event_policy.rb'
- 'app/policies/suggestion_policy.rb'
- 'app/policies/system_hook_policy.rb'
- 'app/policies/timebox_policy.rb'
@@ -961,6 +964,8 @@ Gitlab/NamespacedClass:
- 'ee/app/policies/issuable_metric_image_policy.rb'
- 'ee/app/policies/iteration_policy.rb'
- 'ee/app/policies/push_rule_policy.rb'
+ - 'ee/app/policies/resource_iteration_event_policy.rb'
+ - 'ee/app/policies/resource_weight_event_policy.rb'
- 'ee/app/policies/saml_provider_policy.rb'
- 'ee/app/policies/vulnerability_policy.rb'
- 'ee/app/presenters/approval_rule_presenter.rb'