Skip to main content

BettererFileIssue

API > @betterer/betterer > BettererFileIssue

An issue in a file

Signature

export interface BettererFileIssue 

Properties

PropertyTypeDescription
columnnumberThe 0-indexed column number in the line that has an issue.
hashstringA hash for the issue (usually the hash of the message). The hash is used for tracking issues as they move around within a file.
lengthnumberThe length of the substring that caused the issue.
linenumberThe 0-indexed line number of the issue in the file.
messagestringA message that describes the issue.