hacifootprint

LintFinding

Interface: LintFinding

Defined in: src/testing/model/lint.ts:50

Properties

affordance?

optional affordance?: 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?

optional journey?: string

Defined in: src/testing/model/lint.ts:60

The journey the finding is about, when journey-scoped.


keys?

optional keys?: 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?

optional page?: 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

On this page