summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-15 14:56:33 -0500
committerDavid Robillard <d@drobilla.net>2022-11-15 14:56:33 -0500
commit3e37783d428937933845cdf64eff12c8ead14f74 (patch)
treeffc3219a9ad7ace00fff0e03014cd7b61c40563d /test/headers
parentcf4cae6270cd94d1261bae60b8b256c9860b6121 (diff)
downloadraul-3e37783d428937933845cdf64eff12c8ead14f74.tar.gz
raul-3e37783d428937933845cdf64eff12c8ead14f74.tar.bz2
raul-3e37783d428937933845cdf64eff12c8ead14f74.zip
Fix clang-tidy configuration
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
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: '*'