run_lint
Detect the correct linter for your repository and run static checks to uncover code issues across the project.
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. |