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-06-02 06:07:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 06:07:46 +0300
commit34beb8cec33a0ea1a296ecc9d1e5025d61624bcd (patch)
tree3633afa6fead0e18c927101a60e6176c2ced5fa4 /.rubocop_todo
parent3ae3a2c23f5347493fc2842421941d56cb9545d6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/layout/argument_alignment.yml8
-rw-r--r--.rubocop_todo/rspec/factory_bot/avoid_create.yml2
2 files changed, 1 insertions, 9 deletions
diff --git a/.rubocop_todo/layout/argument_alignment.yml b/.rubocop_todo/layout/argument_alignment.yml
index 4299f928a2b..6fac8aff19c 100644
--- a/.rubocop_todo/layout/argument_alignment.yml
+++ b/.rubocop_todo/layout/argument_alignment.yml
@@ -977,14 +977,6 @@ Layout/ArgumentAlignment:
- 'ee/app/models/incident_management/escalation_rule.rb'
- 'ee/app/models/integrations/github/status_notifier.rb'
- 'ee/app/models/status_page/project_setting.rb'
- - 'ee/app/models/vulnerabilities/external_issue_link.rb'
- - 'ee/app/models/vulnerabilities/feedback.rb'
- - 'ee/app/models/vulnerabilities/finding/evidence.rb'
- - 'ee/app/models/vulnerabilities/issue_link.rb'
- - 'ee/app/models/vulnerabilities/merge_request_link.rb'
- - 'ee/app/models/vulnerabilities/read.rb'
- - 'ee/app/models/vulnerabilities/stat_diff.rb'
- - 'ee/app/models/vulnerabilities/statistic.rb'
- 'ee/app/services/analytics/devops_adoption/enabled_namespaces/bulk_find_or_create_service.rb'
- 'ee/app/services/audit_events/streaming/event_type_filters/destroy_service.rb'
- 'ee/app/services/auto_merge/merge_train_service.rb'
diff --git a/.rubocop_todo/rspec/factory_bot/avoid_create.yml b/.rubocop_todo/rspec/factory_bot/avoid_create.yml
index e994e3e516c..d98ad31f754 100644
--- a/.rubocop_todo/rspec/factory_bot/avoid_create.yml
+++ b/.rubocop_todo/rspec/factory_bot/avoid_create.yml
@@ -586,8 +586,8 @@ RSpec/FactoryBot/AvoidCreate:
- 'spec/views/projects/hooks/edit.html.haml_spec.rb'
- 'spec/views/projects/hooks/index.html.haml_spec.rb'
- 'spec/views/projects/imports/new.html.haml_spec.rb'
- - 'spec/views/projects/issues/_issue.html.haml_spec.rb'
- 'spec/views/projects/issues/_service_desk_info_content.html.haml_spec.rb'
+ - 'spec/views/projects/issues/service_desk/_issue.html.haml_spec.rb'
- 'spec/views/projects/issues/show.html.haml_spec.rb'
- 'spec/views/projects/jobs/_build.html.haml_spec.rb'
- 'spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb'