From 15bd7d1c5b87c20314836d0001e791e60c37a17b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 16 Apr 2020 14:35:23 +0200 Subject: [PATCH] Change the regex to detect long lines to allow schema with UTF-8 chars --- 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 a0bd725118..3c0337ac99 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -60,7 +60,7 @@ private short final short ### Line length is limited to 160 chars. Please split long lines -.{161} +[^─]{161} ### "DO NOT COMMIT" has been committed DO NOT COMMIT