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

Not detecting comma and semicolon being mixed up #13

Closed
arioch opened this issue Aug 20, 2011 · 1 comment
Closed

Not detecting comma and semicolon being mixed up #13

arioch opened this issue Aug 20, 2011 · 1 comment

Comments

@arioch
Copy link

arioch commented Aug 20, 2011

Lint does not detect the syntax error in this one:

package {
    'kvm':
        ensure => installed;
        name   => "${module::params::kvm}",
}
@rodjek
Copy link
Owner

rodjek commented Aug 21, 2011

Yeah, I'm not too sure about this one. The way I basically envisaged the workflow would be

  • Hack on manifest
  • Syntax check (puppet apply --parseonly)
  • Check style (puppet-lint)
  • Commit

We already have a tool for ensuring that the syntax is correct so I don't really think we need to reimplement it here.

@rodjek rodjek closed this as completed Aug 24, 2011
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

2 participants