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
@alxwr@aboe76 While introducing salt-lint to this repo, I came across this violation regarding this file:
Examining _pillar/known_hosts_salt_ssh.sls of type state
[206] Jinja variables should have spaces before and after: {{ var_name }}
_pillar/known_hosts_salt_ssh.sls:112
return {'openssh': {'known_hosts': {'salt_ssh': config}}}
While it's easy to ignore this from a salt-lint perspective, shouldn't this Python file be given the appropriate file extension?
The text was updated successfully, but these errors were encountered:
@alxwr @aboe76 While introducing
salt-lint
to this repo, I came across this violation regarding this file:While it's easy to ignore this from a
salt-lint
perspective, shouldn't this Python file be given the appropriate file extension?The text was updated successfully, but these errors were encountered: