Commit Graph

11 Commits

Author SHA1 Message Date
Pierre Sassoulas
3fffdf03d5 Fix trailing whitespaces and trailing newlines 2020-05-03 18:24:25 +02:00
Enji Cooper
8fa14a93ce Refine plugin howto
* Fix grammar in section describing `load_configuration`.
* Make the code python 3 compatible by providing examples with
  `print` as a function, as opposed to a built-in.

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
2020-01-13 11:06:31 +01:00
Enji Cooper
b97ceb1f0e Run dos2unix on plugins.rst
This will help ensure there are consistent (Unix) file endings.

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
2020-01-13 11:06:31 +01:00
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
Sardorbek Imomaliev
735618916c Fix docs to work with astroide>2.x (#2646) 2018-12-14 08:30:54 +01:00
Bryce Guinta
81638cd3de Add documentation link to location of transform plugins 2017-10-12 09:22:51 +02:00
Bryce Guinta
ded9adef95 Fix documentation reference to write_a_checker 2017-10-12 09:22:51 +02:00
Bryce Guinta
af79045faa Explain how to make a plugin findable by pylint 2017-10-12 09:22:51 +02:00
Bryce Guinta
d7761264e6 Explain what '#@' does since the astroid docs do not have any info about astroid.extract_node 2017-10-12 09:22:51 +02:00
Bryce Guinta
067ac29b42 Fix rst warning about missing indent after comment 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