From b0610d4fd33892f1587a8bb255cf61d6368fa4ac Mon Sep 17 00:00:00 2001 From: Nat Mote Date: Thu, 7 Nov 2019 18:16:01 -0800 Subject: [PATCH] Remove allow_skip_direct_dependents flag Summary: I'll land this once the upgrade to v0.111 is rolled out here. That release turns this flag on by default. Changelog: [Internal] Adjust Flow configuration Reviewed By: panagosg7 Differential Revision: D18329245 fbshipit-source-id: a9ab92fda06d546f3246dcdd066e904b5a657062 --- .flowconfig | 1 - .flowconfig.android | 1 - 2 files changed, 2 deletions(-) diff --git a/.flowconfig b/.flowconfig index e9325871acf..6f4b333d4d2 100644 --- a/.flowconfig +++ b/.flowconfig @@ -59,7 +59,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError experimental.well_formed_exports=true experimental.types_first=true experimental.abstract_locations=true -experimental.allow_skip_direct_dependents=true [lints] sketchy-null-number=warn diff --git a/.flowconfig.android b/.flowconfig.android index 3f0b62fba02..6b412fa2c8f 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -59,7 +59,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError experimental.well_formed_exports=true experimental.types_first=true experimental.abstract_locations=true -experimental.allow_skip_direct_dependents=true [lints] sketchy-null-number=warn