From 17990cb7d7ffe9d085d60ed28988d21d899cad76 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 11 Jul 2019 00:25:24 +0300 Subject: [PATCH] Flow: Remove unussed '$FlowIssue' (#2026) --- .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]