diff --git a/.clang-tidy b/.clang-tidy index 85c4dd65bfe64d1f2847aa2cf18324129e263f1e..d5fa39a223055683526564a12e68b9c8eb1625d5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -101,23 +101,32 @@ Checks: ' -bugprone-parent-virtual-call, --SectionComment_Temporarily_disabled_checks__To_be_resolved_soon, +-SectionComment_Temporarily_disabled_checks__We_need_to_investigate_them_one_by_one, + +-bugprone-exception-escape, +-bugprone-misplaced-widening-cast, +-bugprone-copy-constructor-init, +-clang-analyzer-core.CallAndMessage, +-cppcoreguidelines-pro-type-const-cast, +-google-runtime-references, +-modernize-loop-convert, +-modernize-use-default-member-init, +-misc-non-private-member-variables-in-classes, + +-SectionComment_Automizable__To_be_kept_satisfied, *-use-auto, *-move-const-arg, +*-use-emplace, *-use-equals-default, *-use-nullptr, *-use-override, -clang-analyzer-core.CallAndMessage, clang-analyzer-optin.cplusplus.VirtualCall, cppcoreguidelines-explicit-virtual-functions, -cppcoreguidelines-pro-type-const-cast, cppcoreguidelines-pro-type-static-cast-downcast, google-readability-avoid-underscore-in-googletest-name, -google-runtime-references, hicpp-noexcept-move, llvm-qualified-auto, -misc-non-private-member-variables-in-classes, misc-uniqueptr-reset-release, modernize-avoid-bind, modernize-make-unique, @@ -136,18 +145,5 @@ readability-redundant-member-init, readability-simplify-boolean-expr, --SectionComment_Temporarily_disabled_checks__We_need_to_investigate_them_one_by_one, - --bugprone-exception-escape, --bugprone-misplaced-widening-cast, --bugprone-copy-constructor-init, --modernize-loop-convert, --modernize-use-default-member-init, - - --SectionComment_To_be_kept_satisfied, --*-use-emplace, - - ' # keep the closing quotation mark \ No newline at end of file