Update BLS kernel options on EL >= 9.3 #93
ci.yml
on: pull_request
Puppet
/
Static validations
1m 43s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
7 errors
Puppet / Static validations:
lib/puppet/provider/kernel_parameter/grub2.rb#L38
Style/RedundantSelf: Redundant `self` detected. (https://rubystyle.guide#no-self-unless-required)
|
Puppet / Static validations:
lib/puppet/provider/kernel_parameter/grub2.rb#L39
Style/ParenthesesAroundCondition: Don't use parentheses around the condition of an `if`. (https://rubystyle.guide#no-parens-around-condition)
|
Puppet / Static validations:
lib/puppet/provider/kernel_parameter/grub2.rb#L40
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:
lib/puppet/provider/kernel_parameter/grub2.rb#L40
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
|
Puppet / Static validations:
lib/puppet/provider/kernel_parameter/grub2.rb#L41
Style/RedundantSelfAssignment: Redundant self assignment detected. Method `append` modifies its receiver in place.
|
Puppet / Static validations:
lib/puppet/provider/kernel_parameter/grub2.rb#L41
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Puppet / Static validations
Process completed with exit code 1.
|