Function should_process_path

Source
pub fn should_process_path(
    path: &Path,
    ext_filter: &Option<String>,
    include_patterns: &[Pattern],
    ignore_patterns: &[Pattern],
) -> bool
Expand description

Check if a path should be processed based on filters