rougail-cli/tests/rougailcli_file/structures_warnings/file.yml

11 lines
284 B
YAML

---
version: 1.1
my_variable:
redefine: true
validators: # validators in jinja without description makes warnings
- jinja: |-
{{ _.my_variable != "my_value" }}
return_type: boolean
description: '"_.my_variable" must not be my_value'
warnings: true