Josh Soref
Josh Soref
Yeah, I'm noticing that. I'll probably add a new thing to allow overriding specific items instead of just the whole set. Thanks for your feedback.
In the interim, you'll indeed have to use `warnings`, e.g.: ```yaml warnings: bad-regex,binary-file,deprecated-feature,ignored-expect-variant,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check ``` Sorry...
I believe it's possible for all files, here's an example where I'm using a matrix to share stuff between a split job: https://github.com/check-spelling/openj9/tree/spelling-c/.github/actions/spelling-runtime You can also use the extra dictionaries...
If you're doing your own checkout, then you can drop your common stuff into the same directory as the repository config. If you want to use symlinks, as I do...
Not sure offhand. It's possible it's this: https://github.com/check-spelling/check-spelling/blob/d7cd2973c513e84354f9d6cf50a6417a628a78ce/unknown-words.sh#L222 Could you set `debug: 1`? https://github.com/check-spelling/check-spelling/blob/d7cd2973c513e84354f9d6cf50a6417a628a78ce/action.yml#L34-L36
Hmm. Sorry to hear that. I'd be curious to know if you can reproduce in a fork of their repository with actions enabled. Or if the repository is something I...
I've made some changes: https://github.com/check-spelling/check-spelling/blob/a92b165537b6b138728b27b81cf6c24f7b9c5c59/unknown-words.sh#L1987-L2004 Can you try using `@prerelease`?
I'd generally add `debug: 1` and just read to see what it's doing. Do you have an action run I could look through?
There currently isn't support for such a thing yet, that page is me jotting down ideas for how I might implement it. Sorry :(. -- I've tried to update the...
It's _possible_ everything else is ok. I'm done for the weekend. I'll check back sometime next week. Thanks for the prompt response. I should have looked at the workflows more...