Skip to main content

Module preflight

Module preflight 

Source

Re-exports§

pub use crate::filter::filter_staged_files;
pub use crate::filter::FilterMode;

Structs§

PreflightSuccess
UnstagedFile

Enums§

PreflightError

Functions§

run
Runs pre-flight checks: git repo validity, staged files, diff size.
run_with_diff_bypass
Same as run() but skips the diff size check. Used when user confirmed they want to proceed despite large diff.
run_with_filter
Same as run() but allows explicit FilterMode (for –no-filter support).