Page MenuHomePhabricator

Ignore all files in "src/extensions/", not just immediate children
ClosedPublic

Authored by epriestley on Sep 24 2019, 4:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 28, 10:16 PM
Unknown Object (File)
Tue, Jan 28, 3:22 PM
Unknown Object (File)
Tue, Jan 21, 11:42 PM
Unknown Object (File)
Tue, Jan 21, 4:00 PM
Unknown Object (File)
Tue, Jan 21, 12:52 PM
Unknown Object (File)
Tue, Jan 21, 9:25 AM
Unknown Object (File)
Jan 17 2025, 5:12 PM
Unknown Object (File)
Jan 17 2025, 4:01 AM
Subscribers
None

Details

Summary

Fixes T13418. This test ignores files in any directory named "extensions/", but the intent is to ignore all descendants of "src/extensions/".

Test Plan

Put files in "src/extensions/xyz/QQQ.php", ran "arc liberate", got a clean library map without the class in "QQQ.php" indexed.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2019, 5:02 PM
This revision was automatically updated to reflect the committed changes.