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
box::use(./`__tests__`)
lintr::lint( code, linters = lintr::linters_with_defaults(defaults = box.linters::rhino_default_linters) )
#> Linter 'box_unused_attached_mod_linter' failed in /lintr-test/a.R: <text>:1:4: unexpected input #> 1: ./__ ^
No error should have been generated. While non-syntactic names are rare to use, this is the recommended approach for testing box modules.
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
Lint command used
Lint result
Expected result
No error should have been generated. While non-syntactic names are rare to use, this is the recommended approach for testing box modules.
The text was updated successfully, but these errors were encountered: