Lint
objectCreate a Lint
object
Lint(filename, line_number = 1L, column_number = NULL, type = c("style",
"warning", "error"), message = "", line = "", ranges = NULL,
linter = NULL)
path to the source file that was linted.
line number where the lint occurred.
column the lint occurred.
type of lint.
message used to describe the lint error
code source where the lint occurred
ranges on the line that should be emphasized.
name of linter that created the Lint object.