✨ Add --skip-rules flag to init command
This commit is contained in:
committed by
Jeremiah Russell
parent
79e0de72e6
commit
0b24767065
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user