We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
According to https://docs.puppetlabs.com/guides/style_guide.html#compression
The text was updated successfully, but these errors were encountered:
Compression is no longer mentioned in the style guide. Is there another item in the guide this would be associated with?
Sorry, something went wrong.
@dkerratfanduel I am closing this out but feel free to re-open or open a new ticket if you need to. Thanks!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: