From ac5b0af63e337552199ad72240e1ee6f0b1c03e6 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 9 Jul 2019 15:37:20 +0200 Subject: [PATCH] Code quality: remove rule for map() --- tools/check/forbidden_strings_in_code.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 1bc9dd61e4..08e2e0d08e 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -117,7 +117,6 @@ ButterKnife\.findById\( ### Bad formatting of chain (missing new line) \w\.flatMap\( -\w\.map\( ### Bad formatting of Realm query chain. Insert new line \)\.equalTo