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
feat(yamllint): include for this repo and apply rules throughout
* Semi-automated using `ssf-formula` (v0.5.0)
* Fix errors shown below:
```bash
openvpn-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:")
./openvpn/osfamilymap.yaml
1:1 warning missing document start "---" (document-start)
15:19 warning truthy value should be one of [false, true] (truthy)
17:16 warning truthy value should be one of [false, true] (truthy)
18:17 warning truthy value should be one of [false, true] (truthy)
./openvpn/defaults.yaml
1:1 warning missing document start "---" (document-start)
5:13 warning truthy value should be one of [false, true] (truthy)
6:26 warning truthy value should be one of [false, true] (truthy)
12:19 warning truthy value should be one of [false, true] (truthy)
./openvpn/osmap.yaml
1:1 warning missing document start "---" (document-start)
./openvpn/osfingermap.yaml
1:1 warning missing document start "---" (document-start)
pillar.example
8:89 error line too long (108 > 88 characters) (line-length)
9:89 error line too long (103 > 88 characters) (line-length)
13:89 error line too long (118 > 88 characters) (line-length)
15:89 error line too long (101 > 88 characters) (line-length)
16:89 error line too long (106 > 88 characters) (line-length)
19:89 error line too long (125 > 88 characters) (line-length)
22:89 error line too long (114 > 88 characters) (line-length)
23:89 error line too long (114 > 88 characters) (line-length)
24:89 error line too long (106 > 88 characters) (line-length)
26:2 warning missing starting space in comment (comments)
32:2 warning missing starting space in comment (comments)
40:1 warning missing document start "---" (document-start)
46:18 warning truthy value should be one of [false, true] (truthy)
50:19 warning truthy value should be one of [false, true] (truthy)
54:6 warning missing starting space in comment (comments)
56:1 error duplication of key "openvpn" in mapping (key-duplicates)
103:8 warning missing starting space in comment (comments)
117:25 warning truthy value should be one of [false, true] (truthy)
118:21 warning truthy value should be one of [false, true] (truthy)
136:89 error line too long (255 > 88 characters) (line-length)
165:8 warning missing starting space in comment (comments)
167:8 warning missing starting space in comment (comments)
214:2 error syntax error: found character '%' that cannot start any token
253:89 error line too long (255 > 88 characters) (line-length)
291:32 error trailing spaces (trailing-spaces)
test/integration/repositories/pillars.sls
1:1 warning missing document start "---" (document-start)
5:18 warning truthy value should be one of [false, true] (truthy)
6:19 warning truthy value should be one of [false, true] (truthy)
7:28 warning truthy value should be one of [false, true] (truthy)
52:13 warning truthy value should be one of [false, true] (truthy)
53:19 warning truthy value should be one of [false, true] (truthy)
54:15 warning truthy value should be one of [false, true] (truthy)
81:1 error too many blank lines (1 > 0) (empty-lines)
```
0 commit comments