Skip to content

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

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

Triggered via pull request December 20, 2023 11:19
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#L54
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L86
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L94
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L95
Style/SoleNestedConditional: Consider merging nested conditions into outer `unless` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L96
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#L96
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L97
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L136
Layout/IndentationStyle: Tab detected in indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L136
Layout/IndentationWidth: Use 2 (not -19) spaces for indentation. (https://rubystyle.guide#spaces-indentation)
Puppet / Static validations: lib/puppet/provider/elastic_stack_keystore/ruby.rb#L136
Metrics/BlockNesting: Avoid more than 3 levels of block nesting. (https://rubystyle.guide#three-is-the-number-thou-shalt-count)