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
- Create a new manifest in
profile/manifests/test.pp with the following content
Expected Behaviour
No lint errors are detected
Actual Behaviour
The lint error [Puppet] class not documented is raised.