Skip to content

build(deps-dev): bump zeitwerk from 2.4.2 to 2.6.18 #83

build(deps-dev): bump zeitwerk from 2.4.2 to 2.6.18

build(deps-dev): bump zeitwerk from 2.4.2 to 2.6.18 #83

Triggered via pull request September 3, 2024 05:10
Status Failure
Total duration 46s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
tests: lib/service.rb#L67
Style/RedundantReturn: Redundant `return` detected.
tests: lib/service.rb#L92
Style/FetchEnvVar: Use `ENV.fetch("USER")` or `ENV.fetch("USER", nil)` instead of `ENV["USER"]`.
tests: lib/service.rb#L113
Style/RedundantReturn: Redundant `return` detected.
tests: lib/service.rb#L117
Style/RedundantReturn: Redundant `return` detected.
tests: lib/service.rb#L136
Performance/StringInclude: Use `String#include?` instead of a regex match with literal-only pattern.
tests: lib/services_cli.rb#L46
Style/EnvHome: Use `Dir.home` instead.
tests: lib/services_cli.rb#L46
Style/FetchEnvVar: Use `ENV.fetch("HOME")` or `ENV.fetch("HOME", nil)` instead of `ENV["HOME"]`.
tests: lib/services_cli.rb#L57
Performance/MapCompact: Use `filter_map` instead.
tests: lib/services_cli.rb#L144
Style/HashSyntax: Omit the hash value.
tests: lib/services_cli.rb#L189
Style/HashSyntax: Omit the hash value.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/