Skip to content
New issue

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

[BUG] [Formatter] Issues found in linting are not fixed by formatter #832

Open
3 tasks done
petechd opened this issue Apr 26, 2024 · 0 comments
Open
3 tasks done
Labels
🦠 bug Something isn't working 🧽 formatter

Comments

@petechd
Copy link

petechd commented Apr 26, 2024

System Info

  • OS: macOS
  • Python Version (3.11)
  • djLint Version (1.34.1)
  • template language: Jinja

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.

@petechd petechd added 🦠 bug Something isn't working 🧽 formatter labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦠 bug Something isn't working 🧽 formatter
Projects
None yet
Development

No branches or pull requests

1 participant