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

Add except= parameter to `xml_find_function_calls() #2430

Closed
AshesITR opened this issue Dec 13, 2023 · 1 comment
Closed

Add except= parameter to `xml_find_function_calls() #2430

AshesITR opened this issue Dec 13, 2023 · 1 comment

Comments

@AshesITR
Copy link
Collaborator

          conjugate `function_names`, i.e. `function_names` sets which calls to _include_, this sets which calls to _exclude_. Then in this step we can do `$xml_find_function_calls(exclude = except)`, done.

We could also use it in return_linter():

except <- union(special_funs, except)

Originally posted by @MichaelChirico in #2357 (comment)

@AshesITR
Copy link
Collaborator Author

Duplicate of #2429

@AshesITR AshesITR marked this as a duplicate of #2429 Dec 13, 2023
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

No branches or pull requests

1 participant