@vttforge/cli / RuleResult
Interface: RuleResult
Properties
filePath
filePath:
string
Absolute or project-relative path of the file the finding refers to.
line?
optionalline?:number
Optional line number (1-based) inside filePath.
message
message:
string
One-line description of what was found.
remediation?
optionalremediation?: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.