docvet_rules
List all available docvet rules with categories, fix guidance, and examples to enforce Python docstring quality.
Instructions
List all available docvet rules with fix guidance.
Returns the complete rule catalog with rule name, associated check
module, human-readable description, category (required or
recommended), prescriptive fix guidance, and a format example.
Returns:
JSON string with a ``rules`` array containing objects with
``name``, ``check``, ``description``, ``category``,
``guidance``, and ``fix_example`` keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |