(CAT-1226) - Remove Compatibility for Puppet 7.10 and below #87
Annotations
10 errors
lib/rspec-puppet/adapters.rb#L165
Style/RedundantParentheses: Don't use parentheses around a method call.
|
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.
|
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.
|
lib/rspec-puppet/monkey_patches.rb#L298
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|
spec/classes/hash_spec.rb#L26
Layout/ExtraSpacing: Unnecessary spacing detected.
|
spec/classes/hash_spec.rb#L26
Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
|
spec/unit/example/function_example_group_spec.rb#L5
RSpec/MultipleDescribes: Do not use multiple top-level example groups - try to nest them.
|
spec/unit/example/function_example_group_spec.rb#L12
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
|
spec/unit/example/function_example_group_spec.rb#L20
RSpec/EmptyLineAfterSubject: Add an empty line after `subject`.
|
spec/unit/matchers/compile_spec.rb#L1
RSpec/SpecFilePathFormat: Spec path should end with `rspec/puppet/manifest_matchers/compile*_spec.rb`.
|
The logs for this run have expired and are no longer available.
Loading