Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/eslint-plugin / / LintFinding
Interface: LintFinding
Defined in: packages/eslint-plugin/src/tool-discovery.ts:112
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
file | readonly | string | - | packages/eslint-plugin/src/tool-discovery.ts:121 |
hint? | readonly | string | - | packages/eslint-plugin/src/tool-discovery.ts:123 |
kind | readonly | LintFindingKind | - | packages/eslint-plugin/src/tool-discovery.ts:117 |
line | readonly | number | - | packages/eslint-plugin/src/tool-discovery.ts:122 |
matchedPattern? | readonly | string | Optional matched-pattern context. Populated by the examples-pii-detected finding so reports can highlight which example payload triggered the rule. | packages/eslint-plugin/src/tool-discovery.ts:129 |
message | readonly | string | - | packages/eslint-plugin/src/tool-discovery.ts:119 |
rule | readonly | | "graphorin/tool-description-required" | "graphorin/tool-examples-recommended" | "graphorin/tool-parameter-naming" | - | packages/eslint-plugin/src/tool-discovery.ts:113 |
severity | readonly | "error" | "warn" | "info" | - | packages/eslint-plugin/src/tool-discovery.ts:118 |
toolName | readonly | string | - | packages/eslint-plugin/src/tool-discovery.ts:120 |