You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/tests/yamllint_plugin_example/rules
Satoru SATOH b21eb6c0e5 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.

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é
4 years ago
..
__init__.py enhancement: add lint rules plugin support 4 years ago
forbid_comments.py enhancement: add lint rules plugin support 4 years ago
no_forty_two.py enhancement: add lint rules plugin support 4 years ago
random_failure.py enhancement: add lint rules plugin support 4 years ago