Josh Soref

Results 1027 comments of Josh Soref

I've added this entry which should do what you want: https://github.com/check-spelling/spell-check-this/blob/fd1b1e0c05bfd7b9fff7d9cd062a13a39d13b683/.github/actions/spelling/candidate.patterns#L6-L8 Note that it'd also do it for `# cspell: disable-line-breaks` which is perhaps not correct (maybe it needs a...

Draft changes for each: * [exclude git blame ignore revisions file](https://github.com/check-spelling/spell-check-this/commit/f0c0f2194d62bb32651709fafc0824ade86df451) * [exclude python lint configuration file](https://github.com/check-spelling/spell-check-this/commit/18c8e9f3dcd692bcefe19a40d8c074e91a551ad4) * [exclude coverage configuration file](https://github.com/check-spelling/spell-check-this/commit/ae8454d37284742e914b496694c3b34018a9eb68) * [exclude python project configurations](https://github.com/check-spelling/spell-check-this/commit/1c05f568e10a052b1af92a9bc21d264aa3973521) * [exclude python...

Note: For both check-spelling and spell-check-this, I'll rewrite any commits along `prerelease` until they're included in `main`. So, I might, e.g. capitalize `Exclude`. Or harmonize the other bits...

Hmm, they're case-insensitive -- I was worried about that. Doing that right w/ what I have is a bit complicated (or at the very least a bit ugly, as `cspell`...

Yes. Note that it's just a pattern that you add to your local `patterns.txt` (and then use in your code).

That would require me to make the system stateful (#9). It's a lot more complicated -- amongst the many problems is how do I define a syntax which is backwards...

Do you have a public example repository? Ideally the link it gave should be followable and yield a status for `pull_request_target`... Here's my sample: 1. I create a repository https://github.com/jsoref/check-spelling-issues-62...

Once I work through with you what I need to do to clarify this, I'll definitely work on improving the output. I have a ([ℹ️ how do I use this?](https://github.com/check-spelling/check-spelling/wiki/Accepting-Suggestions))...

I've looked a bit more and think I can actually remove the message entirely: https://github.com/check-spelling/check-spelling/commit/fd10e7a586bf3e04edee844a2e2e73cb792528fc

@GeorgeXCV there should be a second message that hopefully has a link to another run that has the report. If you have a public repository, I can help out. The...