Add option to generate setfile with multiple hosts and roles #379
Annotations
10 errors
rubocop:
bin/metadata2gha#L48
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|
rubocop:
lib/puppet_metadata/beaker.rb#L89
Layout/SpaceInsideBlockBraces: Space between { and | missing.
|
rubocop:
lib/puppet_metadata/beaker.rb#L89
Style/SymbolProc: Pass `&:strip` as an argument to `map!` instead of a block.
|
rubocop:
lib/puppet_metadata/beaker.rb#L89
Layout/SpaceInsideBlockBraces: Space missing inside }.
|
rubocop:
lib/puppet_metadata/beaker.rb#L91
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|
rubocop:
lib/puppet_metadata/beaker.rb#L92
Layout/LeadingCommentSpace: Missing space after `#`. (https://rubystyle.guide#hash-space)
|
rubocop:
lib/puppet_metadata/beaker.rb#L96
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
rubocop:
spec/beaker_spec.rb#L59
RSpec/EmptyLineAfterExampleGroup: Add an empty line after `describe`. (https://rspec.rubystyle.guide/#empty-lines-between-describes, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExampleGroup)
|
rubocop:
spec/beaker_spec.rb#L65
RSpec/EmptyLineAfterExampleGroup: Add an empty line after `describe`. (https://rspec.rubystyle.guide/#empty-lines-between-describes, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExampleGroup)
|
rubocop:
spec/beaker_spec.rb#L73
RSpec/EmptyLineAfterExampleGroup: Add an empty line after `describe`. (https://rspec.rubystyle.guide/#empty-lines-between-describes, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/EmptyLineAfterExampleGroup)
|