We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lintr::lint( text = "foo <- function(x) {\n x |>\n exp(xxx = 'days'\n )\n}", linters = lintr::object_usage_linter() ) # <text>:2:3: warning: [object_usage_linter] unused argument (xxx = "days"). # x |> # ^~~~
Should be related to #1497
The text was updated successfully, but these errors were encountered:
In the meantime round() has gained ... so this doesn't quite reproduce :)
round()
...
Replaced the reprex with a different base function that doesn't use ... nor have xxx in the signature.
xxx
Sorry, something went wrong.
No branches or pull requests
Should be related to #1497
The text was updated successfully, but these errors were encountered: