diff options
author | David Robillard <d@drobilla.net> | 2022-11-15 14:56:33 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-15 14:56:33 -0500 |
commit | 3e37783d428937933845cdf64eff12c8ead14f74 (patch) | |
tree | ffc3219a9ad7ace00fff0e03014cd7b61c40563d | |
parent | cf4cae6270cd94d1261bae60b8b256c9860b6121 (diff) | |
download | raul-3e37783d428937933845cdf64eff12c8ead14f74.tar.gz raul-3e37783d428937933845cdf64eff12c8ead14f74.tar.bz2 raul-3e37783d428937933845cdf64eff12c8ead14f74.zip |
Fix clang-tidy configuration
-rw-r--r-- | test/.clang-tidy | 1 | ||||
-rw-r--r-- | test/headers/.clang-tidy | 1 |
2 files changed, 0 insertions, 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: '*' |