-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
Support Box #1087
Comments
Hi, can you describe what kind of support you'd like? |
mm, I have a code, but seems the problem is in other place, i'll check it deeper, for now, I think would be great a fix for this:
Thx. |
seems like an unfortunate syntax choice by box to save 2 characters IMO |
If you are using the development version of
|
I'm not using the dev version, I was checking the options, I think woukd be great have a little more doc about how to use the options. For now, I put an issue in box, this can works as a workaround thx! still think this need a proper solution. |
In lintr 2.0.1, you can use |
Just to be clear, the reason why ‘box’ uses unquoted expressions is not “to save 2 characters”. For the curious, klmr/box#68 has an explanation of the rationale (tl;dr: type correctness). — Do ‘lintr’ rules support scoping? I.e. could I write a ‘lintr’ rule that would enforce space around binary operators except inside a |
Yes, @klmr, the Feel free to create a PR adding this exception to infix_spaces_linter. |
Hi, I'm using lintr in code and github, I think would be great support the box module, because actually lintr don't detect the functions contained in the modules.
https://github.com/klmr/box
Thx.
The text was updated successfully, but these errors were encountered: