From 3e37783d428937933845cdf64eff12c8ead14f74 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Nov 2022 14:56:33 -0500 Subject: Fix clang-tidy configuration --- test/headers/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/headers') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy index 06895e0..2eb99e7 100644 --- a/test/headers/.clang-tidy +++ b/test/headers/.clang-tidy @@ -26,7 +26,6 @@ Checks: > CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal value: 'true' -CheckOptions: - key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal value: 'true' WarningsAsErrors: '*' -- cgit v1.2.1