-
Notifications
You must be signed in to change notification settings - Fork 187
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
New list_comparison_linter #2293
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2293 +/- ##
=======================================
Coverage 99.44% 99.45%
=======================================
Files 115 116 +1
Lines 5258 5286 +28
=======================================
+ Hits 5229 5257 +28
Misses 29 29 ☔ View full report in Codecov by Sentry. |
Add |
|
||
|
||
cases <- expand.grid( | ||
list_mapper = c("lapply", "map", "Map"), |
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.
Add .mapply
here
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.
Metadata and vectorization tests missing; the rest LGTM now 😊
linter <- list_comparison_linter() | ||
lint_msg <- rex::rex("a list(), is being coerced for comparison") | ||
|
||
|
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.
unnecessary newline
Part of #884
No hits on {lintr}