list_chapel_lint_rules
Retrieve all available Chapel linting rules from chplcheck, including default status and descriptions, to understand code quality checks.
Instructions
Lists all available Chapel linting rules from chplcheck.
Returns: A list of dictionaries, each containing: - 'name': The rule name - 'description': The rule description - 'is_default': Whether the rule is enabled by default
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||