text_lint.operations.validators.validate_combine.ValidateCombine
- class text_lint.operations.validators.validate_combine.ValidateCombine(name: str, new_saved: str, saved: AliasYamlLookupExpressionSet)[Quellcode]
Bases:
ValidatorBaseA validator to combine result lookups into a new save id.
- class Parameters[Quellcode]
Bases:
ParametersParameter validation for this operation.
- __init__(name: str, new_saved: str, saved: AliasYamlLookupExpressionSet) None[Quellcode]
Initialize ValidateCombine instances.
- Parameter:
name (str) – The configured name of this validator.
new_saved (str) – The new saved id to create.
saved (AliasYamlLookupExpressionSet) – A list of YAML lookup expressions to evaluate.
- Raises:
TypeError
- apply(state: ValidatorState) None[Quellcode]
Apply the ValidateCombine validator logic.