Skip to main content

validate_forbidden_paths

Function validate_forbidden_paths 

Source
pub fn validate_forbidden_paths(
    paths: &[&str],
    forbidden_patterns: &[String],
    allow_test_modifications: bool,
) -> Vec<Violation>
Expand description

Validates that patches do not touch forbidden paths.