Skip to content

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #67

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana

Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #67

Triggered via pull request December 20, 2023 14:03
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
19s
Puppet / Static validations
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L86
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L87
Style/SoleNestedConditional: Consider merging nested conditions into outer `unless` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L88
Metrics/BlockNesting: Avoid more than 3 levels of block nesting. (https://rubystyle.guide#three-is-the-number-thou-shalt-count)
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L88
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L89
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L128
Metrics/BlockNesting: Avoid more than 3 levels of block nesting. (https://rubystyle.guide#three-is-the-number-thou-shalt-count)
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L138
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L170
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L173
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/elastic_stack_keystore/ruby.rb#L173
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)