From 5b185152c6312c4cf0212b4b7c9c4a38b6066891 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 18 May 2022 16:16:22 +0200 Subject: [PATCH] Remove non needed extra spaces: add a check --- tools/check/forbidden_strings_in_code.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 7362ff2d10..962a14843d 100755 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -177,3 +177,6 @@ R\.string\.template_ ### Use the Clock interface, or use `measureTimeMillis` System\.currentTimeMillis\(\)===2 + +### Remove extra space between the name and the description +\* @\w+ \w+ +