diff --git a/.clang-tidy b/.clang-tidy index 528ac4f67..68c597c23 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -42,6 +42,12 @@ Checks: > -misc-unused-parameters, modernize-loop-convert, modernize-make-unique, + modernize-make-shared, + modernize-redundant-void-arg, + modernize-replace-auto-ptr, + modernize-replace-disallow-copy-and-assign-macro, + modernize-replace-random-shuffle, + modernize-shrink-to-fit, readability-*, -readability-braces-around-statements, -readability-convert-member-functions-to-static,