importing a module for get_checkers is not documented #46
Labels
bug
Something isn't working
documentation
Additional documentation is needed
enhancement
New feature or request
Description
Currently when adding custom checkers, the documentation says to simply add the module name to the the init.py . This does however assume that where ever get_user_config or anything else that uses get_checkers is, that the module being referenced is actively loaded.
The fix, is to add an exception with an appropriate warning and document it
The text was updated successfully, but these errors were encountered: