Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/eslint-plugin / LintFinding
Interface: LintFinding
Defined in: tool-discovery.ts:86
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
file | readonly | string | - | tool-discovery.ts:95 |
hint? | readonly | string | - | tool-discovery.ts:97 |
kind | readonly | LintFindingKind | - | tool-discovery.ts:91 |
line | readonly | number | - | tool-discovery.ts:96 |
matchedPattern? | readonly | string | Optional matched-pattern context. Populated by the examples-pii-detected finding so reports can highlight which example payload triggered the rule. | tool-discovery.ts:103 |
message | readonly | string | - | tool-discovery.ts:93 |
rule | readonly | | "graphorin/tool-description-required" | "graphorin/tool-examples-recommended" | "graphorin/tool-parameter-naming" | - | tool-discovery.ts:87 |
severity | readonly | "error" | "warn" | "info" | - | tool-discovery.ts:92 |
toolName | readonly | string | - | tool-discovery.ts:94 |