lint
Run the project's native linter or compiler to detect unused variables, dead code, type errors, and syntax issues. Uses deterministic tools for accurate analysis across TypeScript, Python, Rust, and Go.
Instructions
Run the project's native linter/compiler to find unused variables, dead code, type errors, and syntax issues. Delegates detection to deterministic tools instead of LLM guessing. Supports TypeScript, Python, Rust, Go.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_path | No | Specific file or folder to lint (relative to root). Omit for full project. |