Skip to content

Fix puppet-lint namespace clash with new puppetlabs-lint gem #889

Fix puppet-lint namespace clash with new puppetlabs-lint gem

Fix puppet-lint namespace clash with new puppetlabs-lint gem #889

Triggered via pull request October 20, 2023 14:25
Status Failure
Total duration 56s
Artifacts

ci.yml

on: pull_request
Matrix: spec
Matrix: acceptance
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

20 errors
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/bin.rb#L60
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/bin.rb#L62
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/bin.rb#L100
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/bin.rb#L137
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/data.rb#L144
Performance/CollectionLiteralInLoop: Avoid immutable Hash literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/data.rb#L356
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/data.rb#L440
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/lexer.rb#L23
Lint/MissingCopEnableDirective: Re-enable Lint/MissingSuper cop with `# rubocop:enable` after disabling it.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/lexer/string_slurper.rb#L3
Lint/MissingCopEnableDirective: Re-enable Style/ClassAndModuleChildren cop with `# rubocop:enable` after disabling it.
spec (ruby 3.2) / spec: lib/puppetlabs/puppet-lint/lexer/string_slurper.rb#L40
Lint/DuplicateBranch: Duplicate branch body detected.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/bin.rb#L60
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/bin.rb#L62
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/bin.rb#L100
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/bin.rb#L137
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/data.rb#L144
Performance/CollectionLiteralInLoop: Avoid immutable Hash literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/data.rb#L356
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/data.rb#L440
Performance/CollectionLiteralInLoop: Avoid immutable Array literals in loops. It is better to extract it into a local variable or a constant.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/lexer.rb#L23
Lint/MissingCopEnableDirective: Re-enable Lint/MissingSuper cop with `# rubocop:enable` after disabling it.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/lexer/string_slurper.rb#L3
Lint/MissingCopEnableDirective: Re-enable Style/ClassAndModuleChildren cop with `# rubocop:enable` after disabling it.
spec (ruby 2.7) / spec: lib/puppetlabs/puppet-lint/lexer/string_slurper.rb#L40
Lint/DuplicateBranch: Duplicate branch body detected.