Commit ea6be11
committed
feat(semantic-release): implement for this formula
* Semi-automated using myii/ssf-formula#78
* Fix (or ignore) `yamllint` errors:
```bash
docker-formula$ yamllint -s .
./pillar.example
5:1 warning missing document start "---" (document-start)
10:8 warning missing starting space in comment (comments)
12:11 error empty value in block mapping (empty-values)
13:89 error line too long (92 > 88 characters) (line-length)
14:26 warning truthy value should be one of [false, true] (truthy)
28:1 error trailing spaces (trailing-spaces)
32:11 error empty value in block mapping (empty-values)
36:89 error line too long (92 > 88 characters) (line-length)
37:26 warning truthy value should be one of [false, true] (truthy)
58:4 warning missing starting space in comment (comments)
59:4 warning missing starting space in comment (comments)
61:4 warning missing starting space in comment (comments)
62:4 warning missing starting space in comment (comments)
63:21 warning truthy value should be one of [false, true] (truthy)
64:1 error trailing spaces (trailing-spaces)
65:89 error line too long (93 > 88 characters) (line-length)
66:4 warning missing starting space in comment (comments)
76:3 warning comment not indented like content (comments-indentation)
77:6 warning missing starting space in comment (comments)
78:6 warning missing starting space in comment (comments)
79:23 warning truthy value should be one of [false, true] (truthy)
87:20 warning truthy value should be one of [false, true] (truthy)
88:20 warning truthy value should be one of [false, true] (truthy)
92:12 warning truthy value should be one of [false, true] (truthy)
111:8 warning missing starting space in comment (comments)
119:4 error syntax error: expected <block end>, but found '<block mapping start>'
120:8 warning missing starting space in comment (comments)
121:7 error wrong indentation: expected 5 but found 6 (indentation)
132:8 warning missing starting space in comment (comments)
145:2 warning missing starting space in comment (comments)
147:5 warning comment not indented like content (comments-indentation)
148:6 warning missing starting space in comment (comments)
149:6 warning missing starting space in comment (comments)
150:6 warning missing starting space in comment (comments)
154:6 warning missing starting space in comment (comments)
155:6 warning missing starting space in comment (comments)
157:2 warning missing starting space in comment (comments)
159:6 warning comment not indented like content (comments-indentation)
169:6 warning comment not indented like content (comments-indentation)
174:1 error too many blank lines (1 > 0) (empty-lines)
./docker/defaults.yaml
3:1 warning missing document start "---" (document-start)
5:22 warning truthy value should be one of [false, true] (truthy)
7:17 warning truthy value should be one of [false, true] (truthy)
14:22 warning truthy value should be one of [false, true] (truthy)
15:17 warning truthy value should be one of [false, true] (truthy)
16:10 warning truthy value should be one of [false, true] (truthy)
27:20 warning truthy value should be one of [false, true] (truthy)
28:11 warning truthy value should be one of [false, true] (truthy)
29:23 warning truthy value should be one of [false, true] (truthy)
29:35 warning missing starting space in comment (comments)
32:23 warning truthy value should be one of [false, true] (truthy)
33:14 warning truthy value should be one of [false, true] (truthy)
39:20 warning truthy value should be one of [false, true] (truthy)
40:20 warning truthy value should be one of [false, true] (truthy)
46:1 error too many blank lines (1 > 0) (empty-lines)
./docker/osfamilymap.yaml
13:2 error syntax error: found character '%' that cannot start any token
50:89 error line too long (164 > 88 characters) (line-length)
./docker/codenamemap.yaml
3:1 warning missing document start "---" (document-start)
36:1 error too many blank lines (1 > 0) (empty-lines)
./docker/osmap.yaml
1:1 error too many blank lines (1 > 0) (empty-lines)
2:1 warning missing document start "---" (document-start)
(saltstack) imran@E6530:~/Salt/formulas/docker-formula$ yamllint -s .
./docker/osfamilymap.yaml
13:2 error syntax error: found character '%' that cannot start any token
51:89 error line too long (164 > 88 characters) (line-length)
```1 parent 71ee3c4 commit ea6be11
File tree
22 files changed
+832
-220
lines changed- bin
- docker
- test/integration/default
22 files changed
+832
-220
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
10 | 38 | | |
11 | 39 | | |
12 | 40 | | |
| |||
15 | 43 | | |
16 | 44 | | |
17 | 45 | | |
18 | | - | |
| 46 | + | |
19 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
| 7 | + | |
| 8 | + | |
2 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | | - | |
7 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
8 | 26 | | |
9 | | - | |
10 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
11 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
12 | 81 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
20 | 94 | | |
21 | | - | |
22 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments