diff --git a/.clang-tidy b/.clang-tidy index 855e550ac5..e70de76c7f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,6 +6,6 @@ Checks: > -clang-analyzer-cplusplus.NewDeleteLeaks, -clang-analyzer-cplusplus.NewDelete, -clang-analyzer-core.CallAndMessage, - -modernize-avoid-bind + modernize-avoid-bind WarningsAsErrors: '*' HeaderFilterRegex: '(apps|components)/'