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
3.11.0
1.23.1
jinja
T001 False positive on
<button onclick="util.request(`set`, {to_set : {tags: ''}});">
.djlintrc
{ "indent": "2", "max_attribute_length": "120", "max_line_length": "120", "ignore": "H021,H006,H023,H013,T028,H030,H031,H020" }
Thanks for the tool, it's great!
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here!
Sorry, something went wrong.
@alexrudd2 sorry for the delay.. should get this out in a release today.
1caf4c4
chore(release): 1.31.0 [skip ci]
485738d
# [1.31.0](v1.30.2...v1.31.0) (2023-06-12) ### Bug Fixes * **formatter:** fixed `line_break_after_multiline_tag` to force break in all cases ([3b37ec8](3b37ec8)), closes [#680](#680) * **formatter:** fixed isolated quotes being deleted from attributes ([19425f9](19425f9)), closes [#652](#652) * **formatter:** fixed wild match on template tags ([d288b78](d288b78)), closes [#686](#686) * **linter:** fixed false positive on t001 ([1caf4c4](1caf4c4)), closes [#606](#606) ### Features * **formatter:** added `max-blank-lines` flag to consolidate blank lines ([4a7897f](4a7897f)), closes [#675](#675) * **formatter:** added support for symphony forms ([e716ddc](e716ddc)), closes [#476](#476)
🎉 This issue has been resolved in version 1.31.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
System Info
3.11.0
1.23.1
jinja
Issue & how to reproduce
T001 False positive on
Contents of
.djlintrc
Thanks for the tool, it's great!
The text was updated successfully, but these errors were encountered: