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