Add elastic_stack_keystore resource to handle keystore files for both elasticsearch and kibana #65
ci.yml
on: pull_request
Puppet
/
Static validations
24s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L82
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/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L91
Style/SoleNestedConditional: Consider merging nested conditions into outer `unless` conditions.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L92
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#L92
Style/SoleNestedConditional: Consider merging nested conditions into outer `if` conditions.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L93
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L132
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#L142
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L174
Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
|
Puppet / Static validations:
lib/puppet/provider/elastic_stack_keystore/ruby.rb#L174
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|