File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ ssf_node_anchors:
143143 rule :
144144 ignore_pillar_example : &ignore_pillar_example
145145 - pillar.example
146+ # yamllint disable-line rule:line-length
147+ ignore_pillar_example_and_with_views_example : &ignore_pillar_example_and_with_views_example
148+ - pillar.example
149+ - pillar-with-views.example
146150 semrel_files : &semrel_files_default
147151 bin/kitchen : &file__bin__kitchen
148152 << : *file_default
@@ -260,11 +264,11 @@ ssf:
260264 yamllint :
261265 rules :
262266 comments-indentation :
263- ignore : *ignore_pillar_example
267+ ignore : *ignore_pillar_example_and_with_views_example
264268 key-duplicates :
265269 ignore : *ignore_pillar_example
266270 line-length :
267- ignore : *ignore_pillar_example
271+ ignore : *ignore_pillar_example_and_with_views_example
268272 semrel_files : *semrel_files_default
269273 cert :
270274 context :
You can’t perform that action at this time.
0 commit comments