File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed
test/schemas/negative_test Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 135
135
" fqcn[action-core]" ,
136
136
" fqcn[action]" ,
137
137
" fqcn[canonical]" ,
138
+ " fqcn[keyword]" ,
138
139
" galaxy" ,
139
140
" galaxy[no-changelog]" ,
141
+ " galaxy[no-runtime]" ,
140
142
" galaxy[tags]" ,
141
143
" galaxy[version-incorrect]" ,
142
144
" galaxy[version-missing]" ,
143
145
" ignore-errors" ,
144
146
" inline-env-var" ,
145
147
" internal-error" ,
146
148
" jinja" ,
149
+ " jinja[invalid]" ,
150
+ " jinja[spacing]" ,
147
151
" key-order" ,
148
152
" latest" ,
149
153
" literal-compare" ,
150
154
" load-failure" ,
155
+ " loop-var-prefix" ,
156
+ " loop-var-prefix[missing]" ,
157
+ " loop-var-prefix[wrong]" ,
151
158
" meta-incorrect" ,
152
159
" meta-no-tags" ,
153
160
" meta-runtime" ,
154
161
" meta-video-links" ,
155
162
" name" ,
163
+ " name[casing]" ,
164
+ " name[play]" ,
165
+ " name[prefix]" ,
166
+ " name[template]" ,
156
167
" no-changed-when" ,
157
168
" no-handler" ,
158
169
" no-jinja-when" ,
159
170
" no-log-password" ,
160
- " loop-var-prefix" ,
161
171
" no-prompting" ,
162
172
" no-relative-paths" ,
163
173
" no-same-owner" ,
171
181
" risky-octal" ,
172
182
" risky-shell-pipe" ,
173
183
" role-name" ,
184
+ " run-once" ,
185
+ " run-once[play]" ,
186
+ " run-once[task]" ,
187
+ " sanity" ,
188
+ " sanity[bad-ignore]" ,
189
+ " sanity[cannot-ignore]" ,
174
190
" schema" ,
175
191
" syntax-check" ,
176
192
" var-naming" ,
Original file line number Diff line number Diff line change 18
18
" fqcn[action-core]" ,
19
19
" fqcn[action]" ,
20
20
" fqcn[canonical]" ,
21
+ " fqcn[keyword]" ,
21
22
" galaxy" ,
22
23
" galaxy[no-changelog]" ,
24
+ " galaxy[no-runtime]" ,
23
25
" galaxy[tags]" ,
24
26
" galaxy[version-incorrect]" ,
25
27
" galaxy[version-missing]" ,
26
28
" ignore-errors" ,
27
29
" inline-env-var" ,
28
30
" internal-error" ,
29
31
" jinja" ,
32
+ " jinja[invalid]" ,
33
+ " jinja[spacing]" ,
30
34
" key-order" ,
31
35
" latest" ,
32
36
" literal-compare" ,
33
37
" load-failure" ,
38
+ " loop-var-prefix" ,
39
+ " loop-var-prefix[missing]" ,
40
+ " loop-var-prefix[wrong]" ,
34
41
" meta-incorrect" ,
35
42
" meta-no-tags" ,
36
43
" meta-runtime" ,
37
44
" meta-video-links" ,
38
45
" name" ,
46
+ " name[casing]" ,
47
+ " name[play]" ,
48
+ " name[prefix]" ,
49
+ " name[template]" ,
39
50
" no-changed-when" ,
40
51
" no-handler" ,
41
52
" no-jinja-when" ,
42
53
" no-log-password" ,
43
- " loop-var-prefix" ,
44
54
" no-prompting" ,
45
55
" no-relative-paths" ,
46
56
" no-same-owner" ,
54
64
" risky-octal" ,
55
65
" risky-shell-pipe" ,
56
66
" role-name" ,
67
+ " run-once" ,
68
+ " run-once[play]" ,
69
+ " run-once[task]" ,
70
+ " sanity" ,
71
+ " sanity[bad-ignore]" ,
72
+ " sanity[cannot-ignore]" ,
57
73
" schema" ,
58
74
" syntax-check" ,
59
75
" var-naming" ,
You can’t perform that action at this time.
0 commit comments