Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-02-26 18:20:45 +00:00
parent b348d0affa
commit 42e7c237bf
2 changed files with 1 additions and 11 deletions

View File

@ -278,16 +278,6 @@ Performance/DeletePrefix:
- 'spec/lib/gitlab/gfm/uploads_rewriter_spec.rb'
- 'spec/support/helpers/test_env.rb'
# Offense count: 5
# Cop supports --auto-correct.
# Configuration parameters: SafeMultiline.
Performance/DeleteSuffix:
Exclude:
- 'app/helpers/submodule_helper.rb'
- 'app/workers/concerns/application_worker.rb'
- 'ee/app/models/geo/upload_registry.rb'
- 'ee/app/workers/geo/file_download_dispatch_worker/attachment_job_finder.rb'
# Offense count: 121
Performance/MethodObjectAsBlock:
Enabled: false

View File

@ -32,7 +32,7 @@ module SubmoduleHelper
namespace.sub!(%r{\A/}, '')
project.rstrip!
project.sub!(/\.git\z/, '')
project.delete_suffix!('.git')
if self_url?(url, namespace, project)
[