Skip to content

Merge YARD macro support #1886

Merge YARD macro support

Merge YARD macro support #1886

Triggered via pull request May 28, 2026 06:37
@castwidecastwide
synchronize #1194
yard-macros
Status Failure
Total duration 12m 25s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 14 warnings
rubocop
Process completed with exit code 1.
rubocop
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
.rubocop_todo.yml
Process completed with exit code 1.
.rubocop_todo.yml
Process completed with exit code 1.
overcommit
Process completed with exit code 65.
rubocop
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
rubocop: spec/api_map_method_spec.rb#L199
[rubocop] reported by reviewdog 🐶 Use `described_class` instead of `Solargraph::ApiMap`. Raw Output: spec/api_map_method_spec.rb:199:17: C: RSpec/DescribedClass: Use `described_class` instead of `Solargraph::ApiMap`.
rubocop: spec/api_map_method_spec.rb#L196
[rubocop] reported by reviewdog 🐶 Trailing whitespace detected. Raw Output: spec/api_map_method_spec.rb:196:14: C: Layout/TrailingWhitespace: Trailing whitespace detected.
rubocop: lib/solargraph/source/chain/call.rb#L138
[rubocop] reported by reviewdog 🐶 `end` at 138, 16 is not aligned with `if` at 133, 34. Raw Output: lib/solargraph/source/chain/call.rb:138:17: W: Layout/EndAlignment: `end` at 138, 16 is not aligned with `if` at 133, 34.
rubocop: lib/solargraph/source/chain/call.rb#L135
[rubocop] reported by reviewdog 🐶 Align `else` with `if`. Raw Output: lib/solargraph/source/chain/call.rb:135:17: C: Layout/ElseAlignment: Align `else` with `if`.
rubocop: lib/solargraph/source/chain/call.rb#L134
[rubocop] reported by reviewdog 🐶 Use 2 (not -16) spaces for indentation. Raw Output: lib/solargraph/source/chain/call.rb:134:19: C: Layout/IndentationWidth: Use 2 (not -16) spaces for indentation.
rubocop: lib/solargraph/pin/method.rb#L294
[rubocop] reported by reviewdog 🐶 `end` at 294, 8 is not aligned with `if` at 282, 15. Raw Output: lib/solargraph/pin/method.rb:294:9: W: Layout/EndAlignment: `end` at 294, 8 is not aligned with `if` at 282, 15.
rubocop: lib/solargraph/pin/method.rb#L292
[rubocop] reported by reviewdog 🐶 Align `else` with `if`. Raw Output: lib/solargraph/pin/method.rb:292:9: C: Layout/ElseAlignment: Align `else` with `if`.
rubocop: lib/solargraph/pin/method.rb#L283
[rubocop] reported by reviewdog 🐶 Use 2 (not -5) spaces for indentation. Raw Output: lib/solargraph/pin/method.rb:283:11: C: Layout/IndentationWidth: Use 2 (not -5) spaces for indentation.
rubocop: lib/solargraph/pin/base.rb#L797
[rubocop] reported by reviewdog 🐶 Redundant single-element character class, `[\n]` can be replaced with `\n`. Raw Output: lib/solargraph/pin/base.rb:797:51: C: Style/RedundantRegexpCharacterClass: Redundant single-element character class, `[\n]` can be replaced with `\n`.
rubocop: lib/solargraph/pin/base.rb#L583
[rubocop] reported by reviewdog 🐶 Trailing whitespace detected. Raw Output: lib/solargraph/pin/base.rb:583:36: C: Layout/TrailingWhitespace: Trailing whitespace detected.
rbs validate
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
.rubocop_todo.yml
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
overcommit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/