lintr::lint_package
lintr now runs cyclocomp, which we use independently and we don't
want to run it twice. So this is just a wrapper to
codelintr::lint_package where we hardcode the
exclusion of unwanted linters (more may be added to lintr) so other
packages using packager's Makefile
or
get_package_makelist
don't have to care of changes to the
default linters in lintr.
lint_package(path)
See the return value of
lintr::lint_package
.
The path to the package, passed to
lintr::lint_package
.