This pull request fixes #192 by allowing certain combinations of doubly curl braces to exist without post or pre brace spaces. This is to allow string formatting strings such as "{{0}}" to exist within Jinja statements.
I think this covers enough of the use-case to be useful. We're linting and not syntax checking so I think this should be suitable.
I have included an increased amount of testing around the brace spaces rule as well.
This pull request fixes #192 by allowing certain combinations of doubly curl braces to exist without post or pre brace spaces. This is to allow string formatting strings such as
"{{0}}"
to exist within Jinja statements.I think this covers enough of the use-case to be useful. We're linting and not syntax checking so I think this should be suitable.
I have included an increased amount of testing around the brace spaces rule as well.