Skip to content
代码片段 群组 项目
提交 81d51958 编辑于 作者: Matthias Käppler's avatar Matthias Käppler
浏览文件

Merge branch 'cleanup-extra-spacing-robocop-todos' into 'master'

Clean up extra spaces and remove the rubocop todo

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130304



Merged-by: default avatarMatthias Käppler <mkaeppler@gitlab.com>
Approved-by: default avatarMatthias Käppler <mkaeppler@gitlab.com>
Co-authored-by: default avatarDavid Kim <dkim@gitlab.com>
No related branches found
No related tags found
无相关合并请求
---
# Cop supports --autocorrect.
Layout/ExtraSpacing:
Details: grace period
Exclude:
- 'ee/spec/requests/api/debian_project_packages_spec.rb'
- 'spec/serializers/admin/abuse_report_details_entity_spec.rb'
- 'spec/services/bulk_imports/create_service_spec.rb'
......@@ -20,7 +20,7 @@
end
describe 'GET projects/:id/packages/debian/pool/:codename/:letter/:package_name/:package_version/:file_name' do
let(:url) { "/projects/#{project.id}/packages/debian/pool/#{package.debian_distribution.codename}/#{letter}/#{package.name}/#{package.version}/#{file_name}" } # rubocop:disable convention:Layout/LineLength
let(:url) { "/projects/#{project.id}/packages/debian/pool/#{package.debian_distribution.codename}/#{letter}/#{package.name}/#{package.version}/#{file_name}" } # rubocop:disable convention:Layout/LineLength
let(:file_name) { 'sample_1.2.3~alpha2.tar.xz' }
subject { get api(url), headers: headers }
......
......@@ -470,7 +470,7 @@
context 'when the source_full_path contains only integer characters' do
let(:query_string) { BulkImports::Projects::Graphql::GetProjectQuery.new(context: nil).to_s }
let(:graphql_response) do
double(original_hash: { 'data' => { 'project' => { 'id' => entity_source_id } } }) # rubocop:disable RSpec/VerifiedDoubles
double(original_hash: { 'data' => { 'project' => { 'id' => entity_source_id } } }) # rubocop:disable RSpec/VerifiedDoubles
end
let(:params) do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册