Skip to content

Moved Docker DevStack to .internal TLD #728

Moved Docker DevStack to .internal TLD

Moved Docker DevStack to .internal TLD #728

GitHub Actions / rubocop failed Aug 30, 2024 in 1s

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]