Skip to content

Add basic acceptance Test #61

Add basic acceptance Test

Add basic acceptance Test #61

Triggered via pull request March 11, 2024 14:47
Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
16s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L5
Layout/IndentationWidth: Use 2 (not 3) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L7
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L8
Layout/ClosingHeredocIndentation: `EOS` is not aligned with `pp = <<-EOS`.
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L8
Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L10
Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L10
Layout/IndentationConsistency: Inconsistent indentation detected. (https://rubystyle.guide#spaces-indentation, https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L13
Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L13
Layout/IndentationConsistency: Inconsistent indentation detected. (https://rubystyle.guide#spaces-indentation, https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions)
Puppet / Static validations: spec/acceptance/supportedos_spec.rb#L15
Layout/BlockAlignment: `end` at 15, 4 is not aligned with `describe package('open-vm-tools') do` at 13, 3.