Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-10 12:07:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-10 12:07:17 +0300
commitf605b80ff70b395afa345bad11c7f8aa0506a9bf (patch)
tree9b9d171a24f86cf7f215fc42fdb728acf197840f /.rubocop_todo/rails
parent76c4dd062c4eeb853866ef8b6451c59f9e24221c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/rails')
-rw-r--r--.rubocop_todo/rails/helper_instance_variable.yml2
-rw-r--r--.rubocop_todo/rails/output_safety.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop_todo/rails/helper_instance_variable.yml b/.rubocop_todo/rails/helper_instance_variable.yml
index 13c681a634a..1c0541f732a 100644
--- a/.rubocop_todo/rails/helper_instance_variable.yml
+++ b/.rubocop_todo/rails/helper_instance_variable.yml
@@ -1,6 +1,7 @@
---
Rails/HelperInstanceVariable:
Exclude:
+ - 'app/helpers/admin/broadcast_messages_helper.rb'
- 'app/helpers/admin/user_actions_helper.rb'
- 'app/helpers/application_helper.rb'
- 'app/helpers/application_settings_helper.rb'
@@ -9,7 +10,6 @@ Rails/HelperInstanceVariable:
- 'app/helpers/boards_helper.rb'
- 'app/helpers/branches_helper.rb'
- 'app/helpers/breadcrumbs_helper.rb'
- - 'app/helpers/broadcast_messages_helper.rb'
- 'app/helpers/ci/builds_helper.rb'
- 'app/helpers/ci/jobs_helper.rb'
- 'app/helpers/commits_helper.rb'
diff --git a/.rubocop_todo/rails/output_safety.yml b/.rubocop_todo/rails/output_safety.yml
index 53f9381099f..cc2f52a3ddc 100644
--- a/.rubocop_todo/rails/output_safety.yml
+++ b/.rubocop_todo/rails/output_safety.yml
@@ -13,10 +13,10 @@ Rails/OutputSafety:
- 'app/controllers/search_controller.rb'
- 'app/graphql/types/ci/job_trace_type.rb'
- 'app/graphql/types/project_type.rb'
+ - 'app/helpers/admin/broadcast_messages_helper.rb'
- 'app/helpers/admin/application_settings/settings_helper.rb'
- 'app/helpers/appearances_helper.rb'
- 'app/helpers/auth_helper.rb'
- - 'app/helpers/broadcast_messages_helper.rb'
- 'app/helpers/commits_helper.rb'
- 'app/helpers/diff_helper.rb'
- 'app/helpers/dropdowns_helper.rb'