Skip to content

Remove codespell rare dictionary from website spellcheck #340

Description

@UltralyticsAssistant

Summary

The daily Website links and spellcheck workflow reports valid LVIS class names as spelling errors:

  • mangermanager
  • troughthrough

These are valid nouns in the LVIS class label manger/trough.

Root cause

The Check spelling step in .github/workflows/links.yml runs codespell with:

--builtin clear,rare,informal,en-GB_to_en-US

Codespell's rare dictionary explicitly maps manger to manager and trough to through, so enabling it on rendered website text creates these false positives.

Proposed fix

Remove rare from the workflow's codespell built-ins:

--builtin clear,informal,en-GB_to_en-US

This fixes the source rather than adding individual ignore-list exceptions, while retaining the existing clear typo, informal usage, and US-English checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsGitHub Devops or MLops

    Type

    No type

    Fields

    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