You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently var_group has the effect of renaming the rule by appending an index (.1, .2, etc.) to the name to indicate which variable was used, whereas other metadata (e.g. Description, Label) is unaffected.
I would like a glue-like syntax to also apply the var_group-expansion to the metadata of a rule and have these expansions available for further processing.
rules:
- expr: "G:= var_group (a, b, c) "
- expr: "G<0"
name: "negative.{G}"
label: "{G} should be negative"
description: "The variable {G} is a debt and therefore always negative."
meta:
severity:
"error"
Ideally this would net me a validate::validator with 3 rules, corresponding to a, b and c.
The text was updated successfully, but these errors were encountered:
Currently var_group has the effect of renaming the rule by appending an index (.1, .2, etc.) to the name to indicate which variable was used, whereas other metadata (e.g. Description, Label) is unaffected.
I would like a glue-like syntax to also apply the var_group-expansion to the metadata of a rule and have these expansions available for further processing.
Ideally this would net me a validate::validator with 3 rules, corresponding to a, b and c.
The text was updated successfully, but these errors were encountered: