jinjalint
jinjalint copied to clipboard
A linter for Jinja-like templates
Using the latest master, I've got the following errors: ``` /opt/hostedtoolcache/Python/3.10.2/x64/bin/pre-commit run --show-diff-on-failure --color=always --all-files ... jinjalint...................................................................Failed - hook id: jinjalint - exit code: 1 Traceback (most recent call last):...
Hello! When I'm linting django html-jinja template with `jinjalint` it lists detected errors which is great. However judging by `--parse-only` existence I was hoping for `jinjalint` to fix detected errors...
I have no clue what this means. The line and character (myfile.html:1014:8:) is pointing to the end of the ul tag. I've tried almost everything, removing spaces, changing indents, help?...
First off, thanks a ton for adding pre-commit support! That's incredibly helpful. I got tripped up trying to install it as a hook, because most pre-commit users are used to...
Hey there, love your tool, are there any plans to make this a VS-Code plugin though? best regards
While trying this tool on a bunch of codebases, I ran into issues with SVG code embedded in HTML. For example, ```html Arrow ``` With this code, Jinjalint will report...
The --help text says we can specify a configuration file, but I can find no documentation about how to format this file or what options it allows. Can you elaborate...