DBT Linter that parses Jinja instead of compiled SQL

Hey All,
So I have been trying to find a DBT linter that instead of linting the SQL files generated through the compilation process lints the Jinja code within the SQL itself. So far have only found linters that do the former, but the team I am working with specifically wanted to lint the actual Jinja that developers will be working with. I wanted to ask if anyone on here has been able to find one or if there is a reason that these kind of lingers don’t exist. I am extremely new to DBT and don’t work with it personally so my knowledge of it is pretty low at this point.

I have found that sqlfluff actually works. But you have to do sqlfluff lint {path to sql file to fix} --dialect xxxxxx --config {path to .sqlfluff config file}