spellcheck-action icon indicating copy to clipboard operation
spellcheck-action copied to clipboard

Only checks changed files

Open aminamos opened this issue 4 years ago • 2 comments

Maybe this is intentional, but it only checks files changed in the commit

aminamos avatar Aug 06 '21 19:08 aminamos

@aminamos This is intentional.

The issue I was running into was it was quite difficult to find a way to communicate a lot spelling errors had been found without overwhelming the developer.

Longer term, I have hopped to create a utility which automatically scans the entire repo & auto fixes spelling mistakes (or just warns) which is run like a linter - what do you think about that?

MikeRogers0 avatar Aug 06 '21 19:08 MikeRogers0

Is there a way to check spelling for all files changed on a PR not just on individual commits?

arbitrary-nomad avatar Jun 13 '22 18:06 arbitrary-nomad