pub fn has_missing_submodule(
root: &Path,
submodules: &[&str],
is_ci: bool,
) -> boolExpand 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.