From 3dc2cd4d7ac1e3a5dd6a8aac7c5553a2f78e7cbf Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 3 Jun 2020 18:54:03 +0200 Subject: [PATCH] Disable one code check --- tools/check/forbidden_strings_in_code.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 3c0337ac99..d46bdfa062 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -120,7 +120,8 @@ ButterKnife\.findById\( \w\.flatMap\( ### Bad formatting of Realm query chain. Insert new line -\)\.equalTo +# DISABLED +# \)\.equalTo # Use StandardCharsets.UTF_8.name() # DISABLED (min API to low)