Josh Soref

Results 491 comments of Josh Soref

Would you suggest using https://metacpan.org/pod/Parse::Gitignore? I could definitely use **gitignore** format for `file_ignore` and `file_exclusive` (I hadn't spent the time looking into a CPAN module for it). I was also...

Fwiw, I'm going to be releasing 0.0.18-alpha shortly (hopefully) w/ work that I started last summer. It takes me a long time to get happy with changes -- I like...

I've made my first draft of this feature: https://github.com/check-spelling/check-spelling/commit/b573bad249b5408d92f8c71e9e5f3dfe11ec89f7 It looks like this feature is one of the ones that confirms a medium version bump. I'm going from 0.0.19 to...

#### Working approach today To define multiple language sets, one can: `.github/workflows/spelling.yml`: ```yml name: Spell checking on: push: branches: - "**" tags-ignore: - "**" schedule: # * is a special...

I've promoted the [preceding comment](https://github.com/check-spelling/check-spelling/issues/2#issuecomment-617928107) to the [wiki](https://github.com/check-spelling/check-spelling/wiki) as [Configuration: Multiple programming languages](https://github.com/check-spelling/check-spelling/wiki/Configuration%3A-Multiple-programming-languages). The features for this are all in [0.0.16-alpha](https://github.com/check-spelling/check-spelling/releases/tag/0.0.16-alpha). (It's silly for me to repeatedly update a comment...

Thanks for the feedback. I'm definitely working on this. ~I think~ with 0.0.17 the `expect` file ~will be~ _is_ optional, and it should do a better job of suggesting things...

I'm trying to move to using the [wiki](https://github.com/check-spelling/check-spelling/wiki), for the next release, I've created [Quick-Start](https://github.com/check-spelling/check-spelling/wiki/Quick-Start) and [Configuration-information](https://github.com/check-spelling/check-spelling/wiki/Configuration-information) Can you look over that and let me know how it looks? I...

@krtschmr: copying the contents from https://github.com/check-spelling/spell-check-this/ should be enough. Out of curiosity, would it be helpful for the template to have each possible file w/ a comment containing a link...

@krtschmr: did it work?

Thanks @LukeStorry. I'll probably make those changes soon. I'm hesitant to make changes to the `master` branch here until I'm confident about them (I don't like public churn). I do...