Extend puppet-lint to legacy_check yaml files #1031
Annotations
10 errors
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L201
Style/BlockDelimiters: Prefer `do...end` for multi-line blocks without chaining. (https://rubystyle.guide#single-line-blocks)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L201
Layout/MultilineBlockLayout: Block body expression is on the same line as the block start.
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L202
Layout/HeredocIndentation: Use 2 spaces for indentation in a heredoc. (https://rubystyle.guide#squiggly-heredocs)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L221
RSpec/SubjectStub: Do not stub methods of the object under test. (https://rspec.rubystyle.guide/#dont-stub-subject, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/SubjectStub)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L226
RSpec/SubjectStub: Do not stub methods of the object under test. (https://rspec.rubystyle.guide/#dont-stub-subject, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/SubjectStub)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L235
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L238
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L241
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
rubocop:
spec/unit/puppet-lint/checks_spec.rb#L246
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
rubocop:
spec/unit/puppet-lint/plugins/legacy_facts/legacy_facts_spec.rb#L137
Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
|
Loading