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
There are some helper specific checks that could be added to the Handlebars helper inspections.
pickRandom
padding
base64
math
The text was updated successfully, but these errors were encountered:
Completed in v1.0.3. base64 padding has validation will be implemented in a future issue.
Sorry, something went wrong.
picimako
No branches or pull requests
Summary
There are some helper specific checks that could be added to the Handlebars helper inspections.
Tasks
pickRandom
doesn't make sense if there is only one literal specified.padding
hash ofbase64
is applicable only during encoding.math
, if there are exactly 3 parameters specified, the middle one being a string literal, validate if it is one of the supported operationsThe text was updated successfully, but these errors were encountered: