From 0540aac432f49f8169e14f8f4481c121144ffed4 Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Sat, 16 Sep 2023 14:20:06 +1000 Subject: [PATCH] Get rid of the owning memory rule --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 9df0b48a0..6be676c21 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -9,6 +9,7 @@ Checks: > cppcoreguidelines-*, -cppcoreguidelines-avoid-magic-numbers, -cppcoreguidelines-non-private-member-variables-in-classes, + -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-constant-array-index, -cppcoreguidelines-pro-bounds-pointer-arithmetic,