From 3d87b796b46441e1c08fd8bd772565ecce587715 Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Fri, 27 Jan 2023 18:01:22 +0100 Subject: [PATCH] Fix lint --- 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 b4d7ebae1f..d12ace911b 100755 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -176,7 +176,7 @@ PreferenceManager\.getDefaultSharedPreferences==2 R\.string\.template_ ### Use the Clock interface, or use `measureTimeMillis` -System\.currentTimeMillis\(\)===2 +System\.currentTimeMillis\(\)===3 ### Remove extra space between the name and the description \* @\w+ \w+ +