From d33ce449ea2787bc9e21ca07ed55776213ddb7e8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 30 Jun 2023 22:01:23 +0200 Subject: [PATCH] Fix false positive. --- tools/check/forbidden_strings_in_code.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 6c91c0baf7..17f352fca4 100755 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -72,7 +72,7 @@ DO NOT COMMIT ^ /\* ### unnecessary parenthesis around numbers, example: " (0)" - \(\d+\) + \(\d+\)[^"] ### import the package, do not use long class name with package android\.os\.Build\.