Skip to content
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

Check for unbalanced parenthesis #427

Closed
squiddle opened this issue Jul 1, 2015 · 2 comments
Closed

Check for unbalanced parenthesis #427

squiddle opened this issue Jul 1, 2015 · 2 comments

Comments

@squiddle
Copy link

squiddle commented Jul 1, 2015

It would be nice if puppet-lint could catch unbalanced parenthesis. Puppet will catch them anyway, but it would be nice for a linter to check this.

@ghoneycutt
Copy link
Contributor

Hi,

That is a syntax issue, not a lint issue. You can create your own puppet-lint plugin, such as

https://github.com/puppet-community/puppet-lint-appends-check

Best,
-g

@rnelson0
Copy link
Collaborator

Validating the puppet code is best left to puppet parser validate. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants