report-non-inclusive-language currently does a substring matching for directory names, and while ignoring a specified directory, e.g.: 'autoinstalled', it would ignore all the directories whose name contains that keyword (e.g.: both 'autoinstalled' and 'notautoinstalled' would be ignored), which is not good. It should do exact match for directory names to ignore.
Created attachment 411929 [details] Patch
Committed r268772: <https://trac.webkit.org/changeset/268772> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411929 [details].
<rdar://problem/70506406>