Skip to content

Doesn't respect .spelling file #136

@iamnewton

Description

@iamnewton

I have a .spelling file at the root of my repo with a list of things in it. When I run the following it respects the .spelling file: npx mdspell -ran '**/*.md' '!**/node_modules/**/*.md' --en-us but it ignores the line in it to ignore the - CHANGELOG.md file

But when I try to add another exclusion such as npx mdspell -ran '**/*.md' '!CHANGELOG.md' '!**/node_modules/**/*.md' --en-us it doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions