third_party.pylibs.pylint.src/doc/how_tos
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
..
custom_checkers.rst
index.rst
plugins.rst Added load_configuration() hook for plugins 2018-12-20 09:11:50 +01:00
transform_plugins.rst