Skip to content

Remove dep that breaks ruby #6

Remove dep that breaks ruby

Remove dep that breaks ruby #6

Triggered via push January 13, 2025 10:56
Status Failure
Total duration 30s
Artifacts

puppet.yml

on: push
Puppet  /  Static validations
18s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Puppet / Static validations: lib/facter/dehydrated_certificates.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: lib/facter/dehydrated_certificates.rb#L9
Style/EmptyElse: Redundant `else`-clause.
Puppet / Static validations: lib/facter/dehydrated_certificates.rb#L22
Style/EmptyElse: Redundant `else`-clause.
Puppet / Static validations: lib/facter/dehydrated_certificates.rb#L50
Style/EmptyElse: Redundant `else`-clause.
Puppet / Static validations: lib/facter/dehydrated_certificates.rb#L63
Style/NegatedIfElseCondition: Invert the negated condition and swap the if-else branches.
Puppet / Static validations: lib/facter/dehydrated_config.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Puppet / Static validations: lib/facter/dehydrated_config.rb#L12
Style/EmptyElse: Redundant `else`-clause.
Puppet / Static validations: lib/facter/dehydrated_config.rb#L33
Style/RedundantAssignment: Redundant assignment before returning detected.
Puppet / Static validations: lib/facter/dehydrated_config.rb#L49
Style/IfUnlessModifier: Favor modifier `unless` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
Puppet / Static validations: lib/facter/dehydrated_config.rb#L72
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`. (https://rubystyle.guide#if-as-a-modifier)
Puppet / Static validations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636