Add --skip-rules flag to init command

This commit is contained in:
Jeremiah Russell
2025-10-23 10:06:41 +01:00
committed by Jeremiah Russell
parent 79e0de72e6
commit 0b24767065
2 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ mod unit_tests {
force: false,
dry_run: false,
interactive: false,
skip_rules: false,
}
}
@@ -42,6 +43,7 @@ mod unit_tests {
force: true,
dry_run: false,
interactive: false,
skip_rules: false,
}
}