LintFinding
Interface: LintFinding
Defined in: src/testing/model/lint.ts:50
Properties
affordance?
optionalaffordance?:string
Defined in: src/testing/model/lint.ts:58
The action (affordance) the finding is about, when it is action-scoped.
code
code:
LintCode
Defined in: src/testing/model/lint.ts:51
journey?
optionaljourney?:string
Defined in: src/testing/model/lint.ts:60
The journey the finding is about, when journey-scoped.
keys?
optionalkeys?:string[]
Defined in: src/testing/model/lint.ts:64
The state key(s) implicated.
message
message:
string
Defined in: src/testing/model/lint.ts:54
Plain-language statement of what drifted or is wrong.
page?
optionalpage?:string
Defined in: src/testing/model/lint.ts:62
The page the finding is about, when page-scoped.
remedy
remedy:
string
Defined in: src/testing/model/lint.ts:56
The two consumer remedies — surfaced, never dictated.
severity
severity:
LintSeverity
Defined in: src/testing/model/lint.ts:52