release: 0.1.0-alpha.12 #77
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'`.
|