forked from rodjek/puppet-lint
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppet-lint stops validating when finding a blank line following a line with only spaces and a single quote #134
Comments
Complicating factors:
So it could be related to those plugins, or the upgrade to pdk3.0.0, or both. |
I can replicate this on a smaller file as well, definitely seems related to the single quote/empty following line puppet-lint version: 3.4.0
error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
pdk validate -a
against a controlrepo generates the following error. When this occurs, it stops and does not validate other files. Remove the blank line at the end resolves the error with this file, and it is validated properly. However, an issue is encountered on the next file that has that blank line issue as well, stopping again.Thus I see two problems here:
puppet-lint version: 3.4.0
ruby version: 3.2.2-p53
platform: x64-mingw32
file path: site/profile/manifests/faxing/faxpocfs.pp
file contents:
error:
The text was updated successfully, but these errors were encountered: