pub fn effective_patterns(extra: &[String]) -> Vec<String>Expand description
Returns the effective ordered preset list with extra patterns
appended after the built-in preset.
Entries already present in DEV_ALLOWLIST_PRESET are skipped
when found in extra so the caller does not produce duplicates
before reaching the file-merge step. The preset slice is returned
in declaration order; extra entries follow in their input order.