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?
Introducing
salt-lint
, got a violation triggered here:https://github.com/saltstack-formulas/postfix-formula/blob/561d0940291a551bc01ce38594773f6e9eee242b/postfix/files/mapping.j2#L11-L13
@0xf10e @alxwr Are the tabs absolutely necessary here or can they be changed to spaces?