-
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 consecutive_mutate_linter #2305
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2305 +/- ##
=======================================
Coverage 99.39% 99.39%
=======================================
Files 121 122 +1
Lines 5461 5495 +34
=======================================
+ Hits 5428 5462 +34
Misses 33 33 ☔ View full report in Codecov by Sentry. |
R/consecutive_mutate_linter.R
Outdated
@@ -0,0 +1,101 @@ | |||
#' Force consecutive calls to mutate() into just one when possible |
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.
Wording could be more consistent to other linters
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.
PTAL
Part of #884
No hits on {lintr}