From 6c7955c0961d907cd660ff55cde65a537904b7f5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 28 May 2021 18:27:30 -0400 Subject: Remove static downcasts in C++ bindings --- test/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 8014e6a..30893c7 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -5,7 +5,6 @@ Checks: > -bugprone-reserved-identifier, -cert-dcl37-c, -cert-dcl51-cpp, - -cppcoreguidelines-pro-type-static-cast-downcast, -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -- cgit v1.2.1