diff --git a/.clang-tidy b/.clang-tidy index 2b4a891d..fb693d7e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,7 +17,7 @@ Checks: > -performance-enum-size, -readability-braces-around-statements, -# These warnings have determined to be critical and are as such treated as errors +# These warnings have determined to be critical and are as such treated as errors WarningsAsErrors: > clang-analyzer-*, bugprone-use-after-move,