BaseAutoTestQualityComment

class BaseAutoTestQualityComment[source]

The base of the json input/output.

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.