Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #60
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
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)
|