From eb4536795600361acba1e9a60216c4f3f7be42bf Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 28 Nov 2016 14:00:39 -0800 Subject: [PATCH] Update Flowconfig in CLI template to Flow v0.36.0 Summary: Flow was updated in bf901d926ece75057391ffaf6ce47e70ad107525, need to update the config file for the template too. Reviewed By: mkonicek Differential Revision: D4240152 Ninja: OSS tests only fbshipit-source-id: c20704c43a5d603105125a0316b7926cdc7cd7fd --- local-cli/templates/HelloWorld/_flowconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local-cli/templates/HelloWorld/_flowconfig b/local-cli/templates/HelloWorld/_flowconfig index 9b195e10a9..876e701faf 100644 --- a/local-cli/templates/HelloWorld/_flowconfig +++ b/local-cli/templates/HelloWorld/_flowconfig @@ -34,11 +34,11 @@ suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FixMe -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-5]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-5]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ +suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-6]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) +suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-6]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy unsafe.enable_getters_and_setters=true [version] -^0.35.0 +^0.36.0