AutoTestQualityComment

class AutoTestQualityComment[source]

The comment as JSON.

step_id: int

The id of the step to which this comment is connected.

result_id: int

The id of the result to which this comment is connected.

file_id: str

The id of the file to which this comment is connected.

severity: QualityCommentSeverity

The severity of the comment. This determines how much points will be deducted.

code: str | None

The error code from the linter.

origin: str

The name of the linter that created this comment.

msg: str

The message of this comment.

line: LineRange

The lines to which this comment applies.

column: ColumnRange

The columns to which this comment applies.