Skip to content

Allow parallel testing, take #2 #171

Allow parallel testing, take #2

Allow parallel testing, take #2 #171

Triggered via pull request April 21, 2024 07:33
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Matrix: ruby
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 14 warnings
ruby (2.5): lib/taste_tester/commands.rb#L100
Style/RedundantBegin: Redundant begin block detected.
ruby (2.5): lib/taste_tester/commands.rb#L159
Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
ruby (2.5): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space between { and | missing.
ruby (2.5): lib/taste_tester/commands.rb#L159
Layout/SpaceAfterComma: Space missing after comma.
ruby (2.5): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space missing inside }.
ruby (2.5): lib/taste_tester/commands.rb#L163
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
ruby (2.5): lib/taste_tester/host.rb#L36
Layout/EmptyLineBetweenDefs: Use empty lines between method definitions.
ruby (2.5)
Process completed with exit code 1.
ruby (2.6): lib/taste_tester/commands.rb#L100
Style/RedundantBegin: Redundant begin block detected.
ruby (2.6): lib/taste_tester/commands.rb#L159
Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
ruby (2.6): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space between { and | missing.
ruby (2.6): lib/taste_tester/commands.rb#L159
Layout/SpaceAfterComma: Space missing after comma.
ruby (2.6): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space missing inside }.
ruby (2.6): lib/taste_tester/commands.rb#L163
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
ruby (2.6): lib/taste_tester/host.rb#L36
Layout/EmptyLineBetweenDefs: Use empty lines between method definitions.
ruby (2.6)
Process completed with exit code 1.
ruby (2.7): lib/taste_tester/commands.rb#L100
Style/RedundantBegin: Redundant begin block detected.
ruby (2.7): lib/taste_tester/commands.rb#L159
Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
ruby (2.7): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space between { and | missing.
ruby (2.7): lib/taste_tester/commands.rb#L159
Layout/SpaceAfterComma: Space missing after comma.
ruby (2.7): lib/taste_tester/commands.rb#L159
Layout/SpaceInsideBlockBraces: Space missing inside }.
ruby (2.7): lib/taste_tester/commands.rb#L163
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
ruby (2.7): lib/taste_tester/host.rb#L36
Layout/EmptyLineBetweenDefs: Use empty lines between method definitions.
ruby (2.7)
Process completed with exit code 1.
markdown
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
markdown
The `set-output` 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/
ruby (2.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruby (2.5): lib/taste_tester/commands.rb#L66
Lint/UnusedMethodArgument: Unused method argument - repo. If it's necessary, use _ or _repo as an argument name to indicate that it won't be used.
ruby (2.5): lib/taste_tester/commands.rb#L192
Lint/UselessAssignment: Useless assignment to variable - return_code.
ruby (2.5): lib/taste_tester/commands.rb#L220
Lint/UselessAssignment: Useless assignment to variable - return_code.
ruby (2.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruby (2.6): lib/taste_tester/commands.rb#L66
Lint/UnusedMethodArgument: Unused method argument - repo. If it's necessary, use _ or _repo as an argument name to indicate that it won't be used.
ruby (2.6): lib/taste_tester/commands.rb#L192
Lint/UselessAssignment: Useless assignment to variable - return_code.
ruby (2.6): lib/taste_tester/commands.rb#L220
Lint/UselessAssignment: Useless assignment to variable - return_code.
ruby (2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruby (2.7): lib/taste_tester/commands.rb#L66
Lint/UnusedMethodArgument: Unused method argument - repo. If it's necessary, use _ or _repo as an argument name to indicate that it won't be used.
ruby (2.7): lib/taste_tester/commands.rb#L192
Lint/UselessAssignment: Useless assignment to variable - return_code.
ruby (2.7): lib/taste_tester/commands.rb#L220
Lint/UselessAssignment: Useless assignment to variable - return_code.