Skip to content

Commit ffc9908

Browse files
gabelevifacebook-github-bot
authored andcommitted
Back out "[Flow] Set wait_for_recheck=true to work around crash"
Summary: Now that Flow v0.92.1 is deployed, we can backout {D13942380}, which was a temporary fix. Reviewed By: avikchaudhuri Differential Revision: D13952515 fbshipit-source-id: d423379a03fff09316aa499e1152b410a1bb4178
1 parent 7f27888 commit ffc9908

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
7373
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
7474
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
7575
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
76-
wait_for_recheck=true
7776

7877
[lints]
7978
all=warn

.flowconfig.android

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
7373
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native\\(_android\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+
7474
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
7575
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
76-
wait_for_recheck=true
7776

7877
[lints]
7978
all=warn

template/_flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(si
6464
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
6565
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6666
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
67-
wait_for_recheck=true
6867

6968
[version]
7069
^0.92.0

0 commit comments

Comments
 (0)