enhancement: add lint rules plugin support

Add plugin support using setuptools (pkg_resources) plugin mechanism to
yamllint to allow users to add their own custom lint rule plugins,
together with an example plugin implementation and test cases.

Signed-off-by: Satoru SATOH <satoru.satoh@gmail.com>
This commit is contained in:
Satoru SATOH
2020-10-02 05:00:51 +09:00
parent 85c8631183
commit 1c15ad1adc
5 changed files with 230 additions and 0 deletions

View File