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>2022-03-18 23:02:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 23:02:30 +0300
commit41fe97390ceddf945f3d967b8fdb3de4c66b7dea (patch)
tree9c8d89a8624828992f06d892cd2f43818ff5dcc8 /.rubocop_todo/rails
parent0804d2dc31052fb45a1efecedc8e06ce9bc32862 (diff)
Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42
Diffstat (limited to '.rubocop_todo/rails')
-rw-r--r--.rubocop_todo/rails/include_url_helper.yml37
-rw-r--r--.rubocop_todo/rails/save_bang.yml4
2 files changed, 0 insertions, 41 deletions
diff --git a/.rubocop_todo/rails/include_url_helper.yml b/.rubocop_todo/rails/include_url_helper.yml
deleted file mode 100644
index 6a34c58ecf6..00000000000
--- a/.rubocop_todo/rails/include_url_helper.yml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-Rails/IncludeUrlHelper:
- Exclude:
- - app/models/integrations/asana.rb
- - app/models/integrations/bamboo.rb
- - app/models/integrations/bugzilla.rb
- - app/models/integrations/campfire.rb
- - app/models/integrations/confluence.rb
- - app/models/integrations/custom_issue_tracker.rb
- - app/models/integrations/discord.rb
- - app/models/integrations/ewm.rb
- - app/models/integrations/external_wiki.rb
- - app/models/integrations/flowdock.rb
- - app/models/integrations/hangouts_chat.rb
- - app/models/integrations/irker.rb
- - app/models/integrations/jenkins.rb
- - app/models/integrations/mattermost.rb
- - app/models/integrations/pivotaltracker.rb
- - app/models/integrations/redmine.rb
- - app/models/integrations/webex_teams.rb
- - app/models/integrations/youtrack.rb
- - app/presenters/alert_management/alert_presenter.rb
- - app/presenters/environment_presenter.rb
- - app/presenters/gitlab/blame_presenter.rb
- - app/presenters/merge_request_presenter.rb
- - app/presenters/project_presenter.rb
- - app/presenters/release_presenter.rb
- - app/presenters/releases/evidence_presenter.rb
- - ee/app/helpers/license_helper.rb
- - ee/app/models/integrations/github.rb
- - ee/spec/helpers/ee/projects/security/configuration_helper_spec.rb
- - ee/spec/lib/banzai/filter/cross_project_issuable_information_filter_spec.rb
- - spec/helpers/merge_requests_helper_spec.rb
- - spec/helpers/nav/top_nav_helper_spec.rb
- - spec/helpers/notify_helper_spec.rb
- - spec/lib/banzai/filter/reference_redactor_filter_spec.rb
- - spec/lib/banzai/reference_redactor_spec.rb
diff --git a/.rubocop_todo/rails/save_bang.yml b/.rubocop_todo/rails/save_bang.yml
deleted file mode 100644
index e1698a83682..00000000000
--- a/.rubocop_todo/rails/save_bang.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-Rails/SaveBang:
- Exclude:
- - ee/spec/lib/analytics/merge_request_metrics_calculator_spec.rb