run_lint
Automatically execute the project's linter or static checks by detecting the appropriate command from the repository. Supports overriding the command and targeting a subdirectory.
Instructions
Run the project linter / static checks using the command detected from the repository (eslint, ruff, clippy, go vet, spotless…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory (module) to run in. Defaults to the detected location. | |
| target | No | Optional extra arguments appended to the command. | |
| command | No | Override the detected lint command. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| timeout_seconds | No | Per-run timeout. Defaults to the bridge configuration. |