warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
154 stars 39 forks source link

Fix false positive for spaces in Jinja variable #272

Closed roaldnefs closed 3 years ago

roaldnefs commented 3 years ago

Fix false positive when detecting missing spaces in the Jinja variable when the Jinja statement is nested in literal braces.

Closes #257