Commit Graph

3 Commits

Author SHA1 Message Date
Matus Valo
291ffd0264 Added load_configuration() hook for plugins
A new optional hook for plugins is added: `load_configuration()`.
This hook is executed after configuration is loaded to allow plugins
to provide a specific configuration tailored to their purpose (e.g.
pylint-django could set up their own set of `good_names` or blacklisted
directories)
2018-12-20 09:11:50 +01:00
Bryce Guinta
ded9adef95 Fix documentation reference to write_a_checker 2017-10-12 09:22:51 +02:00
Ashley Whetter
9f7797ae15 Expanded documentation for new contributors (#1569) 2017-07-12 05:45:16 +01:00