-
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
enable infix_spaces_linter, and apply it to the package #639
Conversation
Codecov complains about uncovered code in |
I think the namespace one is actually a legit bug. without an argument. the default is to run https://github.com/jimhester/lintr/blob/fa05ceb2bf967ddad9230e25879b95084c80b0dc/R/lint.R#L287 In I'm not sure the intended behavior but certainly the above is not it 😃 |
For the unused code in object_name_linters.R, I removed that code in #621, so let's just merge that one first. Hopefully then we'll pass codecov here. |
The intended behaviour seems to be to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you :)
R-devel apparently changed the error message for the lint we use in |
Blocked by #659 |
The coverage miss here is caused by #642 -- I touched a region of code that's not reachable currently. Merging anyway, that should be tested as part of the fix to that issue. |
Closes #594