modulesync 7.3.0; allow stdlib 9.x #269
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
10 errors
Puppet / Static validations:
lib/puppet/type/elasticsearch_component_template.rb#L51
Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
|
Puppet / Static validations:
lib/puppet/type/elasticsearch_index_template.rb#L57
Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
|
Puppet / Static validations:
lib/puppet/type/elasticsearch_license.rb#L34
Style/MapToHash: Pass a block to `to_h` instead of calling `map.to_h`.
|
Puppet / Static validations:
lib/puppet/type/elasticsearch_template.rb#L53
Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
|
Puppet / Static validations:
spec/spec_utilities.rb#L43
Style/MapToHash: Pass a block to `to_h` instead of calling `map.to_h`.
|
Puppet / Static validations:
spec/spec_utilities.rb#L56
Style/MapToHash: Pass a block to `to_h` instead of calling `map.to_h`.
|
Puppet / Static validations:
spec/support/acceptance/elastic.rb#L57
Style/MapToHash: Pass a block to `to_h` instead of calling `map.to_h`.
|
Puppet / Static validations:
spec/unit/provider/elasticsearch_component_template/ruby_spec.rb#L6
RSpec/IndexedLet: This `let` statement uses index in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|
Puppet / Static validations:
spec/unit/provider/elasticsearch_component_template/ruby_spec.rb#L25
RSpec/IndexedLet: This `let` statement uses index in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|
Puppet / Static validations:
spec/unit/provider/elasticsearch_component_template/ruby_spec.rb#L45
RSpec/IndexedLet: This `let` statement uses index in its name. Please give it a meaningful name. (https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/IndexedLet)
|