-
Notifications
You must be signed in to change notification settings - Fork 350
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
inverted --source-filter #203
Comments
Yes I think this is a great idea. Biggest question is how to specify this on the command line. The first things that come to mind are:
or:
But unfortunately both of those have special meanings for the shell. |
git has --not e.g. see https://git-scm.com/docs/git-grep#Documentation/git-grep.txt---and --source-filter-not also works for me. Or convince the RE people to support the perl |
+1. I was recently working with |
awesome tool!
could we get an inverted --source-filter please? i.e. to exclude stuff from the report.
because it appears to be unreasonably hard to generate a negative regular expression that RE2 will accept.
For example, trying to exclude c++ std library classes:
The text was updated successfully, but these errors were encountered: