From 4fa928289a28510c71dadbc93f84347043359f23 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 10 Jul 2019 21:14:05 +0300 Subject: [PATCH] Flow: Remove unussed '$FlowIssue' --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 387028725c..6759df1337 100644 --- a/.flowconfig +++ b/.flowconfig @@ -32,7 +32,6 @@ unnecessary-invariant=off include_warnings=true module.use_strict=true suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)?)\\) -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)?)\\)?:? #[0-9]+ suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest [version]