Skip to content

.puppet-lint.rc is ignored in Control Repos #26

@glennsarti

Description

@glennsarti

The puppet-lint.rc file seems to be ignored in control repos, but works for modules

Repro:

  • Clone a control repo
  • Open the repo with VS Code
  • Create a file called .puppet-lint.rc with the following content
--no-documentation-check
  • Create a new manifest in profile/manifests/test.pp with the following content
class test () {
}

Expected Behaviour

No lint errors are detected

Actual Behaviour

The lint error [Puppet] class not documented is raised.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions