summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index d22cba7..1ee750a 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -26,6 +26,12 @@ Checks: >
-modernize-use-trailing-return-type,
-readability-implicit-bool-conversion,
-readability-use-anyofallof,
+CheckOptions:
+ - key: modernize-use-override.AllowOverrideAndFinal
+ value: 'true'
+CheckOptions:
+ - key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
+ value: 'true'
HeaderFilterRegex: '.*'
FormatStyle: file