Skip to content

Creating specific ignore lists for specific files? #2491

@a-t-0

Description

@a-t-0

Context

Suppose one wants to ignore the word:"cips" in a file latex/references.bib, yet one would not want to ignore that word in other files.

Example

Normally, one could ignore spelling mistakes in file latex/references.bib with an ignore list of words in file: codespell/ignore_references_bib.txt using:

codespell -I codespell/ignore_references_bib.txt

However, this applies that list of ignored words, to all files.

Question

(How) is it possible to only apply a file with ignored words, to a specific file only?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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