Skip to content

Commit 240039c

Browse files
elicwhitefacebook-github-bot
authored andcommittedNov 29, 2017
Remove $FixMe flow suppression
Reviewed By: sahrens, kassens Differential Revision: D6426829 fbshipit-source-id: b10e33117cf4adf6bb39fc95a9ffa1e268e7c835
1 parent 554e873 commit 240039c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ suppress_type=$FlowIssue
4444
suppress_type=$FlowFixMe
4545
suppress_type=$FlowFixMeProps
4646
suppress_type=$FlowFixMeState
47-
suppress_type=$FixMe
4847

4948
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*[react_native_oss|react_native_fb][a-z,_]*\\)?)\\)
5049
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*[react_native_oss|react_native_fb][a-z,_]*\\)?)\\)?:? #[0-9]+

‎local-cli/templates/HelloWorld/_flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ suppress_type=$FlowIssue
3535
suppress_type=$FlowFixMe
3636
suppress_type=$FlowFixMeProps
3737
suppress_type=$FlowFixMeState
38-
suppress_type=$FixMe
3938

4039
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
4140
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+

0 commit comments

Comments
 (0)
Please sign in to comment.