Skip to content

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

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 #58

Triggered via pull request December 20, 2023 10:57
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
14s
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#L38
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L58
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L90
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L98
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L99
Style/SoleNestedConditional: Consider merging nested conditions into outer `unless` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L100
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#L100
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L101
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L102
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L140
Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)