lint_file {lintr} | R Documentation |
Apply one or more linters to a file and return a list of lints found.
lint(filename, linters = NULL, cache = FALSE, ..., parse_settings = TRUE)
filename |
the given filename to lint. |
linters |
a list of linter functions to apply see |
cache |
toggle caching of lint results |
... |
additional arguments passed to |
parse_settings |
whether to try and parse the settings |