Skip to content
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

unnecessary_placeholder_linter() covers a few other ops #1681

Merged
merged 5 commits into from
Oct 11, 2022

Conversation

IndrajeetPatil
Copy link
Collaborator

Part of #1657

@@ -33,7 +33,7 @@
unnecessary_placeholder_linter <- function() {
# TODO(michaelchirico): handle R4.2.0 native placeholder _ as well
xpath <- "
//SPECIAL[text() = '%>%']
//SPECIAL[text() = '%>%' or text() = '%T>%' or text() = '%<>%']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note which are covered in the documentation?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Done.

We can revise this once the native pipe is also supported.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2022

Codecov Report

Merging #1681 (efa6e5b) into main (5310134) will not change coverage.
The diff coverage is 100.00%.

❗ Current head efa6e5b differs from pull request most recent head c6c1d19. Consider uploading reports for the commit c6c1d19 to get more accurate results

@@           Coverage Diff           @@
##             main    #1681   +/-   ##
=======================================
  Coverage   98.71%   98.71%           
=======================================
  Files         104      104           
  Lines        4498     4498           
=======================================
  Hits         4440     4440           
  Misses         58       58           
Impacted Files Coverage Δ
R/unnecessary_placeholder_linter.R 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MichaelChirico MichaelChirico merged commit 866b974 into main Oct 11, 2022
@MichaelChirico MichaelChirico deleted the 1657_other_pipes branch October 11, 2022 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants