rougail-user-data-yaml/tests/errors/results/01_disabled_family.yaml

19 lines
768 B
YAML
Raw Normal View History

2025-05-11 08:07:12 +02:00
{
"errors": [],
2026-05-04 08:18:14 +02:00
"warnings": [
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable1\", it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/01_disabled_family.yaml\"",
"family_disabled.variable1",
null
]
],
[
[
"family \"family_disabled\" has property disabled, so cannot access to \"variable2\", it will be ignored when loading from the YAML file \"/home/gnunux/git/stove/rougail-user-data-yaml/tests/errors/yaml/01_disabled_family.yaml\"",
"family_disabled.variable2",
null
]
]
]
2025-05-11 08:07:12 +02:00
}