From 96977196a64d9206d9ee45c7e1208d7a5832de05 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 15 Mar 2024 11:49:19 -0400 Subject: [PATCH] Fix: .clang-tidy: replace . with , MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia10b3aea5cecaf277febd5c22b2b05916fbb51e9 Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 75f559c5d..20682205a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -91,7 +91,7 @@ Checks: '-*, modernize-use-using, performance-*, -performance-no-int-to-ptr, - readability-redundant-member-init. + readability-redundant-member-init, readability-simplify-boolean-expr' FormatStyle: 'file' CheckOptions: -- 2.34.1