Skip to content

💡: add flag to only report on findings with suggestions #7890

@CasperRademaker-AbOvo

Description

@CasperRademaker-AbOvo

Problem

cspell . reports some findings with a suggested fix:

src/typos:2:1 - Unknown word (recieve) fix: (receive)

Others not:

src/components/Example/Example.vue:3:27 - Unknown word (luxon)

Solution

I would like to be able to have cspell only report on findings that have a suggested fix, so that we can focus only on low-hanging fruit typos.
Something like --only-fixable which would only return (and fail on) the recieve finding and not the luxon finding

Alternatives

No response

Additional Context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions