djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
664 stars 81 forks source link

[BUG] [Linter] #831

Open schinckel opened 4 months ago

schinckel commented 4 months ago

System Info

Issue

maps:// urls are incorrectly detected as internal urls.

How To Reproduce

HTML file contains:

<a href="maps://?ll={{ obj.address.position.coords.1 }},{{ obj.address.position.coords.0 }}&z=20">

Contents of .djlintrc/pyproject.toml [tool.djlint]

[tool.djlint]
blank_line_after_tag = "load,extends"
indent = 2
custom_blocks = "nested_widget,capture,flag,switch"
format_attribute_template_tags = true
max_attribute_length = 1
line_break_after_multiline_tag = true
max_blank_lines = 3
ignore="H021,T002"