Remove dep that breaks ruby #6
Annotations
10 errors and 1 warning
Run rake rubocop:
lib/facter/dehydrated_certificates.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Run rake rubocop:
lib/facter/dehydrated_certificates.rb#L9
Style/EmptyElse: Redundant `else`-clause.
|
Run rake rubocop:
lib/facter/dehydrated_certificates.rb#L22
Style/EmptyElse: Redundant `else`-clause.
|
Run rake rubocop:
lib/facter/dehydrated_certificates.rb#L50
Style/EmptyElse: Redundant `else`-clause.
|
Run rake rubocop:
lib/facter/dehydrated_certificates.rb#L63
Style/NegatedIfElseCondition: Invert the negated condition and swap the if-else branches.
|
Run rake rubocop:
lib/facter/dehydrated_config.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Run rake rubocop:
lib/facter/dehydrated_config.rb#L12
Style/EmptyElse: Redundant `else`-clause.
|
Run rake rubocop:
lib/facter/dehydrated_config.rb#L33
Style/RedundantAssignment: Redundant assignment before returning detected.
|
Run rake rubocop:
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)
|
Run rake rubocop:
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)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading