diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 5b80730..023fd87 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -29,7 +29,9 @@ Checks: > -readability-else-after-return, -readability-implicit-bool-conversion, -readability-use-anyofallof, -WarningsAsErrors: '*' +CheckOptions: + - key: modernize-use-override.AllowOverrideAndFinal + value: true HeaderFilterRegex: '.*' FormatStyle: file |