Remove broken gem again #2
ci.yml
on: push
Puppet
/
Static validations
34s
Matrix: Puppet / unit
Puppet
/
Test suite
3s
Annotations
11 errors
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 / Test suite
Process completed with exit code 1.
|