-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
Description
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