Skip to main content

has_missing_submodule

Function has_missing_submodule 

Source
pub fn has_missing_submodule(
    root: &Path,
    submodules: &[&str],
    is_ci: bool,
) -> bool
Expand description

Used to skip a check if a submodule is not checked out, and not in a CI environment.

This helps prevent enforcing developers to fetch submodules for tidy.