Skip to content

release: 0.1.0-alpha.2 #60

release: 0.1.0-alpha.2

release: 0.1.0-alpha.2 #60

Triggered via pull request March 14, 2025 08:49
Status Success
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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_page.rb#L52
Lint/UnusedMethodArgument: Unused method argument - `headers`.
lint: lib/finch-api/base_page.rb#L52
Lint/UnusedMethodArgument: Unused method argument - `page_data`.
lint: lib/finch-api/individuals_page.rb#L65
Layout/LineLength: Line is too long. [113/110]
lint: lib/finch-api/models/hris/w42020.rb#L132
Layout/LineLength: Line is too long. [122/110]
lint: lib/finch-api/page.rb#L65
Layout/LineLength: Line is too long. [113/110]
lint: lib/finch-api/pooled_net_requester.rb#L63
Lint/EmptyInPattern: Avoid `in` branches without a body.
lint: lib/finch-api/util.rb#L461
Naming/MethodParameterName: Method parameter must be at least 3 characters long.