pub fn load_custom_rules_from_dir(dir: &Path) -> Result<Vec<CustomRuleDetector>>Expand description
Load all custom rules from a directory (.yaml, .yml, .json).
pub fn load_custom_rules_from_dir(dir: &Path) -> Result<Vec<CustomRuleDetector>>Load all custom rules from a directory (.yaml, .yml, .json).