From e51e46463d2ceee1cd5f6c251256e45a58264885 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Sat, 26 Oct 2024 11:43:22 +0100 Subject: [PATCH] Update .clang-tidy --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 4db7639c9..b927c18ce 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -16,6 +16,7 @@ Checks: > -bugprone-narrowing-conversions, -boost-use-ranges, -llvmlibc-*, + -cert-dcl50-cpp, -cert-err33-c, -cert-err34-c, -cert-err58-cpp,