summaryrefslogtreecommitdiffstats
path: root/src/gui/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r--src/gui/.clang-tidy6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy
index 335a294c..7f216d2c 100644
--- a/src/gui/.clang-tidy
+++ b/src/gui/.clang-tidy
@@ -63,6 +63,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