Support References in Variable Validation (#2216)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh
2024-12-04 14:24:44 -05:00
committed by GitHub
parent 3d51e3c9df
commit f6a1d8e2dd
9 changed files with 337 additions and 46 deletions

View File

@@ -21,6 +21,10 @@ valid and internally consistent, regardless of existing state. It is thus
primarily useful for general verification of reusable modules, including
correctness of attribute names and value types.
:::warning
Validate does not have access to the existing state, validation checks that require state access will be skipped.
:::
It is safe to run this command automatically, for example as a post-save
check in a text editor or as a test step for a re-usable module in a CI
system.