gavel_lint_file
Run lint analysis on a specific file and return findings filtered to that file, enabling targeted quality checks.
Instructions
Get lint findings for a specific file. Runs a quick analysis (findings only, no coverage) and returns findings filtered to the requested file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path relative to workspace root | |
| project | No | Project name (analyzes all projects if omitted) | |
| gavelspace | No | Absolute path to a gavelspace directory (omit to use the directory where Claude Code is running) |