Skip to content

spellexception role ignored by vale #169

@rkratky

Description

@rkratky

We need to handle the spellexception role (or stop offering it). Currently, sphinx-roles uses HTML tags, which isn't sufficient when we don't use pyspelling anymore.

We cannot use TokenIgnores in vale.ini to ignore spellexception because that setting is global and can't be used per style (hence something like

:spellexception:`blacklist`

would pass the inclusive language test, and that would be wrong).

A 'solution' might be to use a regex filter in the spellcheck style itself, but then we'd need to use the raw scope, which is opening a whole new can of worms :/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions