Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Docker DevStack to .internal TLD #16532

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Merge remote-tracking branch 'origin/dev' into task/57500-move-docker…

8650891
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Moved Docker DevStack to .internal TLD #16532

Merge remote-tracking branch 'origin/dev' into task/57500-move-docker…
8650891
Select commit
Loading
Failed to load commit list.
GitHub Actions / rubocop failed Sep 2, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (4)

spec/requests/api/v3/authentication_spec.rb|457 col 131| Line is too long. [356/130]
spec/requests/api/v3/authentication_spec.rb|460 col 131| Line is too long. [912/130]
spec/requests/api/v3/authentication_spec.rb|506 col 131| Line is too long. [183/130]
spec/requests/api/v3/authentication_spec.rb|530 col 131| Line is too long. [165/130]

Filtered Findings (7)

modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb|200 col 9| Beware of using before(:all) as it may cause state to leak between tests. If you are using rspec-rails, and use_transactional_fixtures is enabled, then records created in before(:all) are not automatically rolled back.
modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb|201 col 9| Beware of using after(:all) as it may cause state to leak between tests. If you are using rspec-rails, and use_transactional_fixtures is enabled, then records created in after(:all) are not automatically rolled back.
modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb|419 col 9| Beware of using before(:all) as it may cause state to leak between tests. If you are using rspec-rails, and use_transactional_fixtures is enabled, then records created in before(:all) are not automatically rolled back.
modules/storages/spec/requests/api/v3/storages/storages_api_spec.rb|420 col 9| Beware of using after(:all) as it may cause state to leak between tests. If you are using rspec-rails, and use_transactional_fixtures is enabled, then records created in after(:all) are not automatically rolled back.
spec/requests/api/v3/authentication_spec.rb|482 col 131| Line is too long. [179/130]
spec/requests/api/v3/authentication_spec.rb|494 col 131| Line is too long. [189/130]
spec/requests/api/v3/authentication_spec.rb|560 col 131| Line is too long. [182/130]

Annotations

Check notice on line 457 in spec/requests/api/v3/authentication_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/requests/api/v3/authentication_spec.rb#L457 <Layout/LineLength>

Line is too long. [356/130]
Raw output
spec/requests/api/v3/authentication_spec.rb:457:131: C: Layout/LineLength: Line is too long. [356/130]

Check notice on line 460 in spec/requests/api/v3/authentication_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/requests/api/v3/authentication_spec.rb#L460 <Layout/LineLength>

Line is too long. [912/130]
Raw output
spec/requests/api/v3/authentication_spec.rb:460:131: C: Layout/LineLength: Line is too long. [912/130]

Check notice on line 506 in spec/requests/api/v3/authentication_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/requests/api/v3/authentication_spec.rb#L506 <Layout/LineLength>

Line is too long. [183/130]
Raw output
spec/requests/api/v3/authentication_spec.rb:506:131: C: Layout/LineLength: Line is too long. [183/130]

Check notice on line 530 in spec/requests/api/v3/authentication_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] spec/requests/api/v3/authentication_spec.rb#L530 <Layout/LineLength>

Line is too long. [165/130]
Raw output
spec/requests/api/v3/authentication_spec.rb:530:131: C: Layout/LineLength: Line is too long. [165/130]