Validate validates a given Ast within an Environment and collects a set of potential issues. The ValidatorConfig is generated from the set of ASTValidatorConfigurer instances prior to the invocation of the Validate call. The expectation is that the validator configuration is created in sequence and
(*Env, ValidatorConfig, *ast.AST, *Issues)
| 110 | // See individual validators for more information on their configuration keys and configuration |
| 111 | // properties. |
| 112 | Validate(*Env, ValidatorConfig, *ast.AST, *Issues) |
| 113 | } |
| 114 | |
| 115 | // ConfigurableASTValidator supports conversion of an object to an `env.Validator` instance used for |
no outgoing calls