add tests, fix default_file on Debian Bookworm #47
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
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)
|