-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Introducing salt-lint, got a violation triggered here:
postfix-formula/postfix/files/mapping.j2
Lines 11 to 13 in 561d094
| {{ key }}{% if colon %}:{% endif %} {{ value|join(", ") }} | |
| {%- else -%} | |
| {{ key }}{% if colon %}:{% endif %} {{ value }} |
Examining postfix/files/mapping.j2 of type state
[203] Most files should not contain tabs
postfix/files/mapping.j2:11
{{ key }}{% if colon %}:{% endif %} {{ value|join(", ") }}
[203] Most files should not contain tabs
postfix/files/mapping.j2:13
{{ key }}{% if colon %}:{% endif %} {{ value }}@0xf10e @alxwr Are the tabs absolutely necessary here or can they be changed to spaces?
Metadata
Metadata
Assignees
Labels
No labels