Skip to content

add tests, fix default_file on Debian Bookworm #47

add tests, fix default_file on Debian Bookworm

add tests, fix default_file on Debian Bookworm #47

Triggered via pull request May 18, 2024 14:09
@sazsaz
opened #82
add-tests
Status Failure
Total duration 24s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
15s
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/classes/init_spec.rb#L23
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: spec/classes/init_spec.rb#L29
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: spec/classes/init_spec.rb#L35
Layout/SpaceAfterComma: Space missing after comma. (https://rubystyle.guide#spaces-operators)
Puppet / Static validations: spec/classes/init_spec.rb#L43
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Puppet / Static validations: spec/classes/init_spec.rb#L44
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Puppet / Static validations: spec/classes/init_spec.rb#L45
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Puppet / Static validations: spec/classes/init_spec.rb#L46
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Puppet / Static validations: spec/classes/init_spec.rb#L46
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#L51
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: spec/classes/init_spec.rb#L55
Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call. (https://rubystyle.guide#no-trailing-params-comma)