-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
protect literals from Air #1734
Comments
I need to think about this a bit more. I don't want to clutter example code with exclusion comments. |
(And I don't want to have to mess up with roxygen2 to clean Rd files from exclusion comments) |
Besides literals, are there other things that get messed up? |
How does this |
This looks amazing. I guess all we would need to do is add the toml file to the repository? |
Awesome, really appreciate the work on this! |
wow, this is fantastic! One thing that might be too niche, but I'm mentioning it in case that's a general use case, is that igraph would also benefitting from excluding a regex, namely |
Maybe that makes |
Hmmmm, I think for the purposes of keeping this feature fairly simple but also extremely performant, we will need to limit it to exact matches. Right now we keep the list of |
Thanks, this makes sense! |
No description provided.
The text was updated successfully, but these errors were encountered: