lint_files
lint_filesRun diagnostic rule-packs on indexed files to detect code issues and return typed findings, ensuring consistency across analysis surfaces.
Instructions
Code-intelligence tool for diagnostics on an indexed file set: run rule-packs, including canonicalHelper producer/consumer checks, plus TS-aware and structural alignment diagnostics; persist indexed Reef findings/run metadata under source lint_files; and return typed AnswerSurfaceIssue findings. Same engine that powers the answer loop and review_bundle, so findings stay consistent across surfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| projectId | No | ||
| verbosity | No | ||
| projectRef | No | ||
| maxFindings | No | ||
| primaryFocusFile | No | ||
| excludeAcknowledgedCategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _hints | Yes | ||
| findings | Yes | ||
| toolName | Yes | ||
| warnings | Yes | ||
| projectId | Yes | ||
| truncated | Yes | ||
| resolvedFiles | Yes | ||
| unresolvedFiles | Yes | ||
| acknowledgedCount | Yes |