From 08e4b4473c6bfd81a4c6d04b06b60ddfd42ac658 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 25 Feb 2020 09:57:12 +0100 Subject: [PATCH] Disable manual rules now checked by ktlint --- tools/check/forbidden_strings_in_code.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/check/forbidden_strings_in_code.txt b/tools/check/forbidden_strings_in_code.txt index 5c5b600828..a0bd725118 100644 --- a/tools/check/forbidden_strings_in_code.txt +++ b/tools/check/forbidden_strings_in_code.txt @@ -67,9 +67,10 @@ DO NOT COMMIT ### invalid formatting \s{8}/\*\n \* -[^\w]if\( -while\( -for\( +# Now checked by ktlint +# [^\w]if\( +# while\( +# for\( # Add space after // # DISABLED To re-enable when code will be formatted globally