From eca9609f52c26a3d7f0447341176f5b1dbf34ca8 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 31 Mar 2026 00:53:26 +0200 Subject: [PATCH] Shut up about anonymous namespaces. --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 7b6c0ed3..af3083c3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,6 +20,7 @@ Checks: -google-readability-namespace-comments, -misc-confusable-identifiers, -misc-no-recursion, + -misc-use-anonymous-namespace, -misc-use-internal-linkage, -modernize-avoid-c-arrays, -modernize-deprecated-headers,