Skip to content

modulesync 7.3.0; allow stdlib 9.x #263

modulesync 7.3.0; allow stdlib 9.x

modulesync 7.3.0; allow stdlib 9.x #263

Triggered via pull request December 15, 2023 12:11
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
32s
Puppet / Static validations
Matrix: Puppet / acceptance
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/parser/functions/concat_merge.rb#L8
Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use `<<-ENDHEREDOC` instead.
Puppet / Static validations: lib/puppet/parser/functions/deep_implode.rb#L12
Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use `<<-ENDHEREDOC` instead.
Puppet / Static validations: lib/puppet/parser/functions/es_plugin_name.rb#L12
Style/RedundantHeredocDelimiterQuotes: Remove the redundant heredoc delimiter quotes, use `<<-ENDHEREDOC` instead.
Puppet / Static validations: lib/puppet/provider/elastic_plugin.rb#L154
Style/FetchEnvVar: Use `ENV.fetch(env_var)` or `ENV.fetch(env_var, nil)` instead of `ENV[env_var]`. (https://rubystyle.guide/#hash-fetch-defaults)
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_ilm_policy.rb#L32
Style/RedundantLineContinuation: Redundant line continuation.
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_slm_policy.rb#L32
Style/RedundantLineContinuation: Redundant line continuation.
Puppet / Static validations: lib/puppet/type/elasticsearch_template.rb#L53
Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].