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/.clang-tidy | 1 - test/headers/.clang-tidy | 1 - 2 files changed, 2 deletions(-) diff --git a/test/.clang-tidy b/test/.clang-tidy index 1651de3..de70aa1 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -35,7 +35,6 @@ Checks: > CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal value: 'true' -CheckOptions: - key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal value: 'true' HeaderFilterRegex: '.*' 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