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
Rule 206 gives false positive whenever if finds }} even if it's inside a jinja block
$ salt-lint init.sls
[206] Jinja variables should have spaces before and after: '{{ var_name }}'
init.sls:83
{%- do hash_variable.update({'tls': {'cert': '/path/to/cert.pem', 'key': '/path/to/cert.key'}}) %}
To Reproduce
Add the above line that extends a hash variable in your sls file
Expected behavior
No trigger for rule 206
The text was updated successfully, but these errors were encountered:
Describe the bug
Rule 206 gives false positive whenever if finds
}}
even if it's inside a jinja blockTo Reproduce
Add the above line that extends a hash variable in your sls file
Expected behavior
No trigger for rule 206
The text was updated successfully, but these errors were encountered: