Skip to content

release: 0.1.0-alpha.12 #77

release: 0.1.0-alpha.12

release: 0.1.0-alpha.12 #77

Triggered via pull request February 21, 2025 10:48
Status Success
Total duration 1m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: lib/orb/base_client.rb#L380
Lint/UnreachableLoop: This loop will have at most one iteration.
lint: lib/orb/base_client.rb#L472
Layout/LineLength: Line is too long. [122/110]
lint: lib/orb/page.rb#L95
Layout/LineLength: Line is too long. [120/110]
lint: lib/orb/pooled_net_requester.rb#L138
Style/NumberedParametersLimit: Avoid using more than 1 numbered parameter; 2 detected.
lint: lib/orb/pooled_net_requester.rb#L140
Lint/EmptyInPattern: Avoid `in` branches without a body.
lint: lib/orb/util.rb#L415
Style/RedundantArgument: Argument "" is redundant because it is implied by default.
lint: lib/orb/util.rb#L423
Style/RedundantArgument: Argument "" is redundant because it is implied by default.
lint: lib/orb/util.rb#L426
Style/RedundantArgument: Argument "" is redundant because it is implied by default.
lint: orb.gemspec#L13
Gemspec/RequiredRubyVersion: `required_ruby_version` and `TargetRubyVersion` (3.1, which may be specified in .rubocop.yml) should be equal.
lint: orb.gemspec#L18
Gemspec/RequireMFA: `metadata['rubygems_mfa_required']` must be set to `'true'`.