1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Imran Iqbal 8d08719844
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:

```bash
sudoers-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
pillar.example
  6:23      warning  truthy value should be one of [false, true]  (truthy)

test/salt/pillar/kitchen.sls
  3:1       warning  missing document start "---"  (document-start)
  7:1       error    too many blank lines (1 > 0)  (empty-lines)

test/salt/pillar/default.sls
  1:1       warning  missing document start "---"  (document-start)
  3:23      warning  truthy value should be one of [false, true]  (truthy)
```
2019-08-16 19:22:11 +01:00
Imran Iqbal 8af3849f1c chore: use `semantic-release` cross-formula standard structure
* Automated using `ssf-formula` (v0.1.0-rc.1)
2019-07-19 13:38:21 +01:00
Imran Iqbal 3d42a82890
ci(kitchen+travis): modify matrix to include `develop` platform
* Use balanced matrix based on `template-formula` guidelines
* Initial ref: https://github.com/saltstack-formulas/template-formula/issues/118
2019-06-28 06:21:43 +01:00
Eric Veiras Galisson 1a59d4e99a feat: implementing semantic release 2019-05-29 17:41:56 +02:00
Eric Veiras Galisson 1774df001e feat: implementing kitchen tests and activate them on travis 2019-05-27 16:13:58 +02:00