From 46944ec98688e962e94dcfcf426215f252bf2a87 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 3 Jan 2025 12:13:34 +0100 Subject: Start work on status --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 46025ae..9da33e4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -21,6 +21,7 @@ Checks: - "-*-avoid-c-arrays" - "-*-use-anonymous-namespace" - "-*-reinterpret-cast" + - "-*-noexcept-swap" - "-*-noexcept-move" - "-*-noexcept-move-constructor" - "-*-noexcept-move-operations" -- cgit