amperser / proselint

A linter for prose.
http://proselint.com
BSD 3-Clause "New" or "Revised" License
4.31k stars 177 forks source link

Added a try except-block to the get_checks function in case a desired… #1349

Closed johnosbb closed 1 year ago

johnosbb commented 1 year ago

… module is missing.

Added a try-except block to the get_checks function in case a desired module is missing. The processing will continue loading the available modules. I noticed that some of the modules mentioned in the default config are missing in the current source code.