Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Un-blacklist the example/facebook directory
Browse files Browse the repository at this point in the history
Summary:
We missed syncing a couple of commits to this directory. I'm trying to
clean up the mess now, this will allow commits to go through in the future.

Reviewed By: codemiller

Differential Revision: D8588446

fbshipit-source-id: e5355eccdc802aa45d01d31d3a87a86c32de2ec1
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 25, 2018
1 parent 52a2d9f commit 7301c33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fb-examples/config/facebook/Haxl.php-example
Expand Up @@ -21,6 +21,14 @@ use \Facebook\ShipIt\ {
final class FacebookHaxl extends FBShipItConfig {
const string ROOT = 'fbcode/haxl/core/';

<<__Override>>
protected static function getStripCommonFilesExceptions(): ImmVector<string> {
return ImmVector {
// example/facebook is public, but would be stripped by default
'@^'.self::ROOT.'example/facebook/@',
};
}

<<__Override>>
protected static function getDefaultStrippedFiles(): ImmVector<string> {
return ImmVector {
Expand Down

0 comments on commit 7301c33

Please sign in to comment.