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
Trying out curlylint, using it in pre-commit rev: "v0.13.1"
rev: "v0.13.1"
Im editing some jinja2 templating file. In it I have a block
... {% for xyz in xyzs %} <do>stuff</do> {% endfor %}
curlylint now complains:
Parse error: expected one of 'autoescape', 'block', 'blocktrans', 'comment', 'filter', 'for', 'if', 'ifchanged', 'ifequal', 'ifnotequal', 'not an intermediate Jinja tag name', 'spaceless', 'verbatim', 'with' at 24:5 parse_error
jinja2 of course renders just fine.
for now I'll stop using it. Might drop in later again. In case you need more info let me know
The text was updated successfully, but these errors were encountered:
That code works just fine:
Lint output:
Sorry, something went wrong.
No branches or pull requests
Trying out curlylint, using it in pre-commit
rev: "v0.13.1"
Im editing some jinja2 templating file. In it I have a block
curlylint now complains:
jinja2 of course renders just fine.
for now I'll stop using it. Might drop in later again. In case you need more info let me know
The text was updated successfully, but these errors were encountered: