pub fn scan_repository_with_go_semantic(enable_go_semantic: bool) -> usize {
    usize::from(enable_go_semantic)
}

pub fn discover_source_files(respect_ignore: bool) -> bool {
    respect_ignore
}

pub fn with_details(include_details: bool) -> bool {
    include_details
}
