From a6f60beda9e8e6b930423c9adb6652a1cb018443 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Feb 2025 16:07:50 -0500 Subject: Suppress new warnings in clang-tidy --- src/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/.clang-tidy b/src/.clang-tidy index 659fd994..83a09b52 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -28,4 +28,5 @@ Checks: > -misc-no-recursion, -misc-unused-parameters, -readability-function-cognitive-complexity, + -readability-static-accessed-through-instance, InheritParentConfig: true -- cgit v1.2.1