Add plugin support using setuptools (pkg_resources) plugin mechanism to
yamllint to allow users to add their own custom lint rule plugins.
Also add some plugin support test cases, an example plugin as a
reference, and doc section about how to develop rules' plugins.
Signed-off-by: Satoru SATOH <satoru.satoh@gmail.com>
Co-authored-by: Adrien Vergé