release: 0.1.0-alpha.2 #19
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
|
lint:
finch-api.gemspec#L13
Gemspec/RequiredRubyVersion: `required_ruby_version` and `TargetRubyVersion` (3.1, which may be specified in .rubocop.yml) should be equal.
|
|
lint:
finch-api.gemspec#L18
Gemspec/RequireMFA: `metadata['rubygems_mfa_required']` must be set to `'true'`.
|
|
lint:
lib/finch-api.rb#L1
Naming/FileName: The name of this source file (`finch-api.rb`) should use snake_case.
|
|
lint:
lib/finch-api/base_client.rb#L461
Layout/LineLength: Line is too long. [122/110]
|
|
lint:
lib/finch-api/base_model.rb#L158
Lint/ShadowedException: Do not shadow rescued Exceptions.
|
|
lint:
lib/finch-api/models/hris/w42020.rb#L132
Layout/LineLength: Line is too long. [122/110]
|
|
lint:
lib/finch-api/pooled_net_requester.rb#L65
Lint/EmptyInPattern: Avoid `in` branches without a body.
|
|
lint:
lib/finch-api/pooled_net_requester.rb#L163
Lint/SuppressedException: Do not suppress exceptions.
|
|
lint:
lib/finch-api/util.rb#L616
Metrics/BlockLength: Block has too many lines. [27/25]
|
|
lint:
test/finch-api/resources/hris/documents_test.rb#L30
Lint/EmptyInPattern: Avoid `in` branches without a body.
|