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
Three more flags for fuzzable analyze:
fuzzable analyze
--ignore_symbol
--ignore_file
--ignore_dir
Be sure to allow user to specify multiple symbols/paths (comma separated).
Maybe it might be even better to allow users to specify regex queries as well?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Three more flags for
fuzzable analyze
:--ignore_symbol
- skip analysis on symbols--ignore_file
- for source analysis only, skip file from being parsed with--ignore_dir
- for source anlaysis only, skip entire folder of files from being parsedBe sure to allow user to specify multiple symbols/paths (comma separated).
Maybe it might be even better to allow users to specify regex queries as well?
The text was updated successfully, but these errors were encountered: