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
This quite possibly belongs in a different plugin, but some of the issues I've come across include...
Capitalisation of tags. eg.
# @Summary This class installs foo #
Someone meant to use @summary but used @profile instead.
@summary
@profile
# @profile This profile installs foo #
Using the name of a parameter as a tag instead of @param
@param
# @ensure Whether to install or remove foo
The text was updated successfully, but these errors were encountered:
It doesn't feel appropriate here. Perhaps we need a new puppet-lint-puppet-strings that parses docs and warns on the errors it generates?
puppet-lint-puppet-strings
Sorry, something went wrong.
No branches or pull requests
This quite possibly belongs in a different plugin, but some of the issues I've come across include...
Capitalisation of tags. eg.
Someone meant to use
@summary
but used@profile
instead.Using the name of a parameter as a tag instead of
@param
# @ensure Whether to install or remove foo
The text was updated successfully, but these errors were encountered: