Skip to content

[MODULES-11645] test #391

[MODULES-11645] test

[MODULES-11645] test #391

Triggered via pull request February 6, 2026 05:06
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
Spec  /  Setup Test Matrix
16s
Spec / Setup Test Matrix
Matrix: Spec / spec
Acceptance  /  Setup Test Matrix
Acceptance / Setup Test Matrix
Matrix: Acceptance / acceptance
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/lib/puppet/provider/docker_compose/ruby_spec.rb#L30
Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis.
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/lib/puppet/provider/docker_compose/ruby_spec.rb#L26
Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis.
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/lib/puppet/provider/docker_compose/ruby_spec.rb#L17
RSpec/HookArgument: Use `:each` for RSpec hooks. (https://rspec.rubystyle.guide/#redundant-beforeeach, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/HookArgument)
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2): spec/unit/lib/puppet/provider/docker_compose/ruby_spec.rb#L10
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)