-
Notifications
You must be signed in to change notification settings - Fork 186
New nested_pipe_linter #2301
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 nested_pipe_linter #2301
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2301 +/- ##
=======================================
Coverage 99.38% 99.39%
=======================================
Files 119 120 +1
Lines 5392 5412 +20
=======================================
+ Hits 5359 5379 +20
Misses 33 33 ☔ View full report in Codecov by Sentry. |
This one I would carve out an exception at least for Tests for metadata are missing. |
Equally common I think is For DF1 |>
inner_join(
DF2 |>
select(
a, b, c, d,
e, f, g, h, i
)
) This was part of my motivation for the whole linter to begin with -- it becomes quite hard to tell at a glance how For But maybe we should add logic around whether the "nested" pipeline takes up >1 line? |
|
SGTM. I am thinking to make this a parameter, |
Part of #884
No hits on {lintr}