From 8b206cab822de68924ec0488aa2db917b13cc070 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Mon, 18 Mar 2019 13:22:04 -0700 Subject: [PATCH] remove $FlowFixedInNextDeploy Summary: This gets completely rid of this flow ignore. The flow team is using the version aware `$FlowFixMe` now and the only instance of this used was on www dating back to 2016: D3235864 My intention here was to slightly simplify the flowconfigs. Reviewed By: gabelevi Differential Revision: D14494167 fbshipit-source-id: 0fab176ce326007ac45b47691378812c74a523e6 --- .flowconfig | 1 - .flowconfig.android | 1 - template/_flowconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/.flowconfig b/.flowconfig index 27ebd321646..15985368e04 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,7 +74,6 @@ suppress_type=$FlowFixMeState suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\) suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+ -suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [lints] diff --git a/.flowconfig.android b/.flowconfig.android index 8dd6b445668..353285dc35b 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,7 +74,6 @@ suppress_type=$FlowFixMeState suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native\\(_android\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\) suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native\\(_android\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+ -suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [lints] diff --git a/template/_flowconfig b/template/_flowconfig index 098af31aacf..24b99424cc6 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -62,7 +62,6 @@ suppress_type=$FlowFixMeState suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ -suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [version]