Skip to content

@vttforge/cli / RuleResult

Interface: RuleResult

Properties

filePath

filePath: string

Absolute or project-relative path of the file the finding refers to.


line?

optional line?: number

Optional line number (1-based) inside filePath.


message

message: string

One-line description of what was found.


remediation?

optional remediation?: string

Optional follow-up describing how to fix it.


ruleId

ruleId: string

Stable identifier, used by users to suppress / pin / look up specific rules.


severity

severity: Severity


title

title: string

Human title. Shown in markdown report headers.

MIT licensed.