class Warnings::Issue

An issue definition to be used for reports.

Attributes

category[RW]

The issue category the linter tool provides.

@return [String]

file_name[RW]

The name of the file this issue targets.

@return [String]

line[RW]

The line this issue targets.

@return [Integer]

message[RW]

The text message describe this issue.

@return [String]

severity[RW]

The severity level of this issue. Possible values are `low` `medium` `high`.

@return [Symbol]