add support for journal upload and remote server #733
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
11 errors
Puppet / Static validations:
spec/classes/init_spec.rb#L591
Layout/MultilineBlockLayout: Block body expression is on the same line as the block start.
|
Puppet / Static validations:
spec/classes/init_spec.rb#L592
Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
Puppet / Static validations:
spec/classes/init_spec.rb#L599
Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
|
Puppet / Static validations:
spec/classes/init_spec.rb#L612
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Puppet / Static validations:
spec/classes/init_spec.rb#L621
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Puppet / Static validations:
spec/classes/init_spec.rb#L626
RSpec/ExcessiveDocstringSpacing: Excessive whitespace. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExcessiveDocstringSpacing)
|
Puppet / Static validations:
spec/classes/init_spec.rb#L627
Layout/MultilineBlockLayout: Block body expression is on the same line as the block start.
|
Puppet / Static validations:
spec/classes/init_spec.rb#L627
Layout/SpaceInsideHashLiteralBraces: Space inside empty hash literal braces detected. (https://rubystyle.guide#spaces-braces)
|
Puppet / Static validations:
spec/classes/init_spec.rb#L635
Layout/EmptyLines: Extra blank line detected. (https://rubystyle.guide#two-or-more-empty-lines)
|
Puppet / Static validations
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|