astgrep_lint
Validate and enforce code quality using customizable YAML rules. Specify paths, severity levels, and output formats to streamline linting in a secure JavaScript REPL environment.
Instructions
Rule-based code validation using ast-grep YAML rules
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | |
| paths | No | Specific paths to validate | |
| rules | Yes | YAML rule content or path to rule file | |
| severity | No | Minimum severity level | |
| workingDirectory | No | Optional working directory for the operation (defaults to server working directory) |