DEV Community

Jonas Brømsø
Jonas Brømsø

Posted on

Release 0.27.0 of Spellcheck (GitHub) Action - a feature release with improved support for PySpelling default configuration

Finally I got around to pushing release 0.27.0 of the GitHub Spellcheck Action, it has been in my TODO pipeline for way too long.

This release comes with improved support for PySpelling own configuration scheme. So in addition to the existing support for naming the configuration files, this action now supports the files names used by PySpelling by default.

  1. .spellcheck.yml
  2. .spellcheck.yaml
  3. spellcheck.yml
  4. spellcheck.yaml (the old default)
  5. .pyspelling.yaml (PySpelling default)
  6. .pyspelling.yml (PySpelling default)

One could argue that this is a design flaw for this action, but now we are here and turning back will require a lot of effort.

If you want to see the original issue and related discussion it is available in the repository as issue #109

Please feel free to open issues and/or PRs, all contributions are welcome.

Thanks to @proffalken for his contribution

As mentioned in the announcement for release 0.26.0 I had two things in the pipeline, this is the second. The first are not as easily addressed, so it will require some more work.

Another important note is that the releases:

  • 0.17.0
  • 0.18.0

Will be sunsetted in the middle of October, so now is a good time to update.

Change log

0.27.0, 2022-09-09, feature release, update not required

Top comments (0)