diff --git a/.clang-tidy b/.clang-tidy index 11e1f9b315..9f1bc05b7d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,9 +2,12 @@ Checks: > -*, cppcoreguidelines-macro-usage, + modernize-concat-nested-namespaces, + modernize-deprecated-headers, modernize-use-bool-literals, modernize-use-nullptr, modernize-use-override, + readability-redundant-typename, readability-uppercase-literal-suffix CheckOptions: - key: cppcoreguidelines-macro-usage.AllowedRegexp