We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.10.5
#' @export a <- function(x) sum(x)
#' @export box::use(src/a[...])
options(box.path = getwd())
lintr::lint_dir( linters = lintr::linters_with_defaults(defaults = box.linters::box_default_linters) )
[box_unused_attached_mod_linter] Three-dots attached module unused.
Should successfully lint, as the use of __init__.R files to re-export objects from scripts at the module level is part of the {box} paradigm.
__init__.R
{box}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
box.linters version
0.10.5
Sample source code to lint
src/a.R
src/init.R
.Rprofile
Lint command used
lintr::lint_dir(
linters = lintr::linters_with_defaults(defaults = box.linters::box_default_linters)
)
Lint result
Expected result
Should successfully lint, as the use of
__init__.R
files to re-export objects from scripts at the module level is part of the{box}
paradigm.The text was updated successfully, but these errors were encountered: