summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index f614d82b..60a2b184 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -62,6 +62,12 @@ Checks: >
-readability-convert-member-functions-to-static,
-readability-implicit-bool-conversion,
-readability-use-anyofallof,
+CheckOptions:
+ - key: modernize-use-override.AllowOverrideAndFinal
+ value: 'true'
+CheckOptions:
+ - key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
+ value: 'true'
WarningsAsErrors: '*'
HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*'
FormatStyle: file