From c2662c9887f9018ff57f80ba5c190abbbaed1349 Mon Sep 17 00:00:00 2001 From: vvb2060 Date: Sun, 20 Jun 2021 17:38:35 +0800 Subject: [PATCH] Update .clang-tidy (#757) --- core/src/main/cpp/.clang-tidy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/main/cpp/.clang-tidy b/core/src/main/cpp/.clang-tidy index e77038ac..91b1c12c 100644 --- a/core/src/main/cpp/.clang-tidy +++ b/core/src/main/cpp/.clang-tidy @@ -12,9 +12,6 @@ Checks: > llvm-include-order, -modernize-use-trailing-return-type, -# Turn all the warnings from the checks above into errors. -WarningsAsErrors: "*" - CheckOptions: - key: readability-identifier-naming.ClassCase value: CamelCase @@ -62,3 +59,5 @@ CheckOptions: value: 1 - key: readability-implicit-bool-conversion.AllowPointerConditions value: 1 + - key: readability-braces-around-statements.ShortStatementLines + value: 1