djlint / djLint

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

[BUG] [Linter] T027 False positive with golang comment syntax #712

Closed silverwind closed 1 year ago

silverwind commented 1 year ago

System Info

Issue

T027 likely shouldn't parse inside go template comments as it's picking up a ' as a unbalanced string while this is purely comment text.

How To Reproduce

{{/* can't */}}

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

[tool.djlint]
profile="golang"
christopherpickering commented 1 year ago

@silverwind thanks for using djlint.

silverwind commented 1 year ago

Thanks for your work as well! If I had more time available, I'd certainly want to contribute here.

christopherpickering commented 1 year ago

:tada: This issue has been resolved in version 1.32.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: