diff --git a/.clang-tidy b/.clang-tidy index cef78791e3..ec6da2e25f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,7 +13,7 @@ Checks: 'clang-diagnostic-*,clang-analyzer-*,-*, cert-err61-cpp, cert-fio38-c, ## TODO: fix code and enable # cert-flp30-c, - cert-msc30-c, + #cert-msc30-c, cert-msc50-cpp, cert-oop11-cpp, clang-analyzer-apiModeling.google.GTest,