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] [Formatter] Issues found in linting are not fixed by formatter #832

Open petechd opened 4 months ago

petechd commented 4 months ago

System Info

Issue

Seems like formatter and linter are not aligned yet so linting errors detected are not formatted/detected if I run formatter after, I need to manually make the changes in the code to make it pass linting, so it's impractical for CI/CD usage.

How To Reproduce

Run linter and formatter on an unformatted html files that use jinja templates.