jinja-variable-lower-case
wrongly detects escaped strings as variables
#88
Labels
enhancement
New feature or request
Description
The
jinja-variable-lower-case
rule inj2lint
is incorrectly identifies escaped strings as variables.According to the Jinja2 documentation, these strings should be treated as literal strings, not variables.
Steps to Reproduce
{# test.yml.j2 #} template: '{{ '{{ ToLower .Value }}' }}'
Context
The text was updated successfully, but these errors were encountered: