Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pillar.example): fix
yamllint
violations
* Fix errors shown below: ```bash zabbix-formula$ yamllint -s . ./pillar.example 1:1 warning missing document start "---" (document-start) 3:4 warning missing starting space in comment (comments) 61:4 warning comment not indented like content (comments-indentation) 68:89 error line too long (95 > 88 characters) (line-length) 87:4 warning missing starting space in comment (comments) 88:4 warning missing starting space in comment (comments) ```
- Loading branch information