-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add test for native pipe in commented_code_linter()
#1799
Conversation
Why would |
Codecov Report
@@ Coverage Diff @@
## main #1799 +/- ##
=======================================
Coverage 98.89% 98.89%
=======================================
Files 110 110
Lines 4692 4692
=======================================
Hits 4640 4640
Misses 52 52 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Because, currently, we are only testing the magrittr pipe, and not the native pipe. |
But from a code analysis point-of-view, all the SPECIALs are equivalent, i.e. |
@AshesITR Fair enough! I've reverted changes to the ops vector that included additional infix ops. |
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.
Thanks 😊
No description provided.