diff --git a/.clang-tidy b/.clang-tidy index 420593bfb7..cc81d474a7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -405,7 +405,7 @@ CheckOptions: - key: portability-restrict-system-includes.Includes value: '*' - key: readability-implicit-bool-conversion.AllowPointerConditions - value: 'false' + value: 'true' - key: modernize-make-unique.MakeSmartPtrFunctionHeader value: '' - key: bugprone-signal-handler.AsyncSafeFunctionSet