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

Puppet lint should warn on semi colon usage when used without compression #367

Closed
dkerratfanduel opened this issue Nov 26, 2014 · 2 comments

Comments

@dkerratfanduel
Copy link

Hi there.

If a semi colon is used without compression I feel that this should be a presented as a linting error i.e.

file { "/tmp/a":
mode => 700,
content => "a";
}

Should be written as

file { "/tmp/a":
mode => 700,
content => "a";
}

According to https://docs.puppetlabs.com/guides/style_guide.html#compression

@rnelson0
Copy link
Collaborator

Compression is no longer mentioned in the style guide. Is there another item in the guide this would be associated with?

@rnelson0
Copy link
Collaborator

rnelson0 commented Aug 2, 2016

@dkerratfanduel I am closing this out but feel free to re-open or open a new ticket if you need to. Thanks!

@rnelson0 rnelson0 closed this as completed Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants