-
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
detect missing() usage in function_argument_linter #2095
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2095 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 118 118
Lines 5201 5206 +5
=======================================
+ Hits 5183 5188 +5
Misses 18 18
|
Can we add a test case without function(x = 2, y) if (missing(y)) x else y Just to make sure the XPath works everywhere. |
Wait now this has no diff to main wrt NEWS.md 😅 |
Oh, whoops. Should open my eyes wider. I mis-read and thought it was the |
Closes #1546