diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 1ee750a..9d34765 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -25,7 +25,6 @@ Checks: > -modernize-make-unique, -modernize-use-trailing-return-type, -readability-implicit-bool-conversion, - -readability-use-anyofallof, CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal value: 'true' |