Removed --ignore-tests argument, because the --exclude flag provides more granular functionality

This commit is contained in:
Mick Grove 2025-07-14 16:55:19 -07:00
commit 533fc49c54
13 changed files with 47 additions and 42 deletions

View file

@ -88,10 +88,6 @@ pub struct ScanArgs {
#[arg(long, default_value_t = false)]
pub no_dedup: bool,
/// Ignore matches that appear to come from test files
#[arg(long, default_value_t = false)]
pub ignore_tests: bool,
/// Redact findings values using a secure hash
#[arg(long, short = 'r', default_value_t = false)]
pub redact: bool,