Skip to content

(CAT-1226) - Remove Compatibility for Puppet 7.10 and below #87

(CAT-1226) - Remove Compatibility for Puppet 7.10 and below

(CAT-1226) - Remove Compatibility for Puppet 7.10 and below #87

Triggered via pull request October 2, 2023 09:12
Status Failure
Total duration 2m 18s
Artifacts

ci.yml

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

Annotations

40 errors
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/adapters.rb#L165
Style/RedundantParentheses: Don't use parentheses around a method call.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/example/function_example_group.rb#L96
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/example/function_example_group.rb#L178
Lint/UnusedMethodArgument: Unused method argument - `node_name`. If it's necessary, use `_` or `_node_name` as an argument name to indicate that it won't be used. If it's unnecessary, remove it.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/monkey_patches.rb#L298
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/classes/hash_spec.rb#L26
Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/unit/example/function_example_group_spec.rb#L5
RSpec/MultipleDescribes: Do not use multiple top-level example groups - try to nest them.
spec (ubuntu-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/unit/matchers/compile_spec.rb#L1
RSpec/SpecFilePathFormat: Spec path should end with `rspec/puppet/manifest_matchers/compile*_spec.rb`.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/adapters.rb#L165
Style/RedundantParentheses: Don't use parentheses around a method call.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/example/function_example_group.rb#L96
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/example/function_example_group.rb#L178
Lint/UnusedMethodArgument: Unused method argument - `node_name`. If it's necessary, use `_` or `_node_name` as an argument name to indicate that it won't be used. If it's unnecessary, remove it.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/monkey_patches.rb#L298
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/classes/hash_spec.rb#L26
Layout/ExtraSpacing: Unnecessary spacing detected.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/classes/hash_spec.rb#L26
Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L5
RSpec/MultipleDescribes: Do not use multiple top-level example groups - try to nest them.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L12
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L20
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/matchers/compile_spec.rb#L1
RSpec/SpecFilePathFormat: Spec path should end with `rspec/puppet/manifest_matchers/compile*_spec.rb`.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/adapters.rb#L165
Style/RedundantParentheses: Don't use parentheses around a method call.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/example/function_example_group.rb#L96
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/example/function_example_group.rb#L178
Lint/UnusedMethodArgument: Unused method argument - `node_name`. If it's necessary, use `_` or `_node_name` as an argument name to indicate that it won't be used. If it's unnecessary, remove it.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: lib/rspec-puppet/monkey_patches.rb#L298
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/classes/hash_spec.rb#L26
Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/unit/example/function_example_group_spec.rb#L5
RSpec/MultipleDescribes: Do not use multiple top-level example groups - try to nest them.
spec (windows-latest ruby 3.2 | puppet https://github.com/puppetlabs/puppet) / spec: spec/unit/matchers/compile_spec.rb#L1
RSpec/SpecFilePathFormat: Spec path should end with `rspec/puppet/manifest_matchers/compile*_spec.rb`.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/adapters.rb#L165
Style/RedundantParentheses: Don't use parentheses around a method call.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/example/function_example_group.rb#L96
Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/example/function_example_group.rb#L178
Lint/UnusedMethodArgument: Unused method argument - `node_name`. If it's necessary, use `_` or `_node_name` as an argument name to indicate that it won't be used. If it's unnecessary, remove it.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: lib/rspec-puppet/monkey_patches.rb#L298
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/classes/hash_spec.rb#L26
Layout/ExtraSpacing: Unnecessary spacing detected.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/classes/hash_spec.rb#L26
Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L5
RSpec/MultipleDescribes: Do not use multiple top-level example groups - try to nest them.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L12
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/example/function_example_group_spec.rb#L20
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec: spec/unit/matchers/compile_spec.rb#L1
RSpec/SpecFilePathFormat: Spec path should end with `rspec/puppet/manifest_matchers/compile*_spec.rb`.