Skip to content

Make non-erroring ether validation operators #154

Open
@lgessler

Description

@lgessler

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions