diff --git a/.clang-tidy b/.clang-tidy index 080c35ba31df3..3eb9d52e6b9af 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -18,6 +18,9 @@ Checks: - modernize-use-uncaught-exceptions - readability-braces-around-statements - -clang-diagnostic-vla-cxx-extension +# Select which of the enabled checks should be reported as errors instead of warnings. +WarningsAsErrors: >- + *, CheckOptions: # Naming conventions readability-identifier-naming.ClassCase: CamelCase