Open
Description
Problem
Sometimes it's useful to have an ether validation operator just highlight errant cells but not treat it as a reportable validation error. This is not the behavior of any of the current ether validators.
Proposed solution
Make a variant of each operator that is highlight-only, with some sort of consistent notation. E.g., for the equal span and content operator ==
, the variant might be ==?
or (==)
.
To do this, ether_validator.py would need to be modified, and the new tokens would need to be added to the validation rules interface
Metadata
Metadata
Assignees
Labels
No labels