-
Notifications
You must be signed in to change notification settings - Fork 186
Enforce the native pipe by default #2796
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2796 +/- ##
=======================================
Coverage 99.59% 99.59%
=======================================
Files 125 125
Lines 6863 6864 +1
=======================================
+ Hits 6835 6836 +1
Misses 28 28 ☔ View full report in Codecov by Sentry. |
Co-authored-by: AshesITR <[email protected]>
Co-authored-by: AshesITR <[email protected]>
Co-authored-by: AshesITR <[email protected]>
Co-authored-by: AshesITR <[email protected]>
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.
Pull Request Overview
This PR updates the NEWS.md documentation to reflect the enforced use of R’s native pipe (|>) by default, aligning with the updated Tidyverse Style Guide. Key changes include:
- Updated description for pipe_consistency_linter() to indicate the new default.
- Addition of a new section for changes to default linters.
Files not reviewed (8)
- R/pipe_consistency_linter.R: Language not supported
- R/zzz.R: Language not supported
- inst/lintr/linters.csv: Language not supported
- man/default_linters.Rd: Language not supported
- man/linters.Rd: Language not supported
- man/pipe_consistency_linter.Rd: Language not supported
- tests/testthat/default_linter_testcode.R: Language not supported
- tests/testthat/test-pipe_consistency_linter.R: Language not supported
LOL |
bad bot copilot 😂 |
Closes #2707. Progress on #2737.
About cautions for switching from
%>%
to|>
, my first instinct is we should leave that to the style guide, any thoughts?