From ed4c8a50505ab02a8f3a01e41f5f86acca04b81d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Oct 2022 15:16:55 -0400 Subject: Avoid C-style casts in C++ code --- examples/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/.clang-tidy') diff --git a/examples/.clang-tidy b/examples/.clang-tidy index bf9899a..819a16d 100644 --- a/examples/.clang-tidy +++ b/examples/.clang-tidy @@ -21,7 +21,6 @@ Checks: > -fuchsia-default-arguments, -fuchsia-default-arguments-calls, -fuchsia-overloaded-operator, - -google-readability-casting, -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-no-array-decay, -- cgit v1.2.1