Fix puppet-lint namespace clash with new puppetlabs-lint gem #899
ci.yml
on: pull_request
Matrix: spec
Matrix: acceptance
Waiting for pending jobs
Annotations
20 errors
spec (ruby 3.2) / spec:
lib/puppetlabs/puppetlabs-lint.rb#L1
Lint/MissingCopEnableDirective: Re-enable Naming/FileName cop with `# rubocop:enable` after disabling it.
|
spec (ruby 3.2) / spec:
lib/puppetlabs/puppetlabs-lint/bin.rb#L60
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
spec (ruby 3.2) / spec:
lib/puppetlabs/puppetlabs-lint/bin.rb#L62
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
spec (ruby 3.2) / spec:
lib/puppetlabs/puppetlabs-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/puppetlabs-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/puppetlabs-lint/data.rb#L165
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/puppetlabs-lint/data.rb#L392
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/puppetlabs-lint/data.rb#L478
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/puppetlabs-lint/lexer.rb#L23
Lint/MissingCopEnableDirective: Re-enable Lint/MissingSuper cop with `# rubocop:enable` after disabling it.
|
spec (ruby 3.2) / spec:
lib/puppetlabs/puppetlabs-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/puppetlabs-lint.rb#L1
Lint/MissingCopEnableDirective: Re-enable Naming/FileName cop with `# rubocop:enable` after disabling it.
|
spec (ruby 2.7) / spec:
lib/puppetlabs/puppetlabs-lint/bin.rb#L60
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
spec (ruby 2.7) / spec:
lib/puppetlabs/puppetlabs-lint/bin.rb#L62
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
spec (ruby 2.7) / spec:
lib/puppetlabs/puppetlabs-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/puppetlabs-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/puppetlabs-lint/data.rb#L165
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/puppetlabs-lint/data.rb#L392
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/puppetlabs-lint/data.rb#L478
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/puppetlabs-lint/lexer.rb#L23
Lint/MissingCopEnableDirective: Re-enable Lint/MissingSuper cop with `# rubocop:enable` after disabling it.
|
spec (ruby 2.7) / spec:
lib/puppetlabs/puppetlabs-lint/lexer/string_slurper.rb#L3
Lint/MissingCopEnableDirective: Re-enable Style/ClassAndModuleChildren cop with `# rubocop:enable` after disabling it.
|