You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The j2lint cannot detect this case, since it is simply not jinja. It will just be interpreted as a regular string, so ignored by the linter. We could create a warning for closing tag (%}) with missing opening tag ({%) but the jinja2 engine accepts this and renders % else %} like any other string, so I am not sure if we want to enforce this.
The following is not detected:
The missing leading
{
is not found.The text was updated successfully, but these errors were encountered: