From: Daniel Arndt Date: Mon, 9 Jan 2023 18:15:51 +0000 (-0500) Subject: Remove cppcoreguidelines-pro-type-cstyle-cast X-Git-Tag: v9.5.0-rc1~673^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f647cfd7a2ddf9606a8fd11f611481bff16afe9a;p=dealii.git Remove cppcoreguidelines-pro-type-cstyle-cast --- diff --git a/.clang-tidy b/.clang-tidy index 8c31e2638a..d41b0cef49 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -19,7 +19,6 @@ Checks: > -*, cppcoreguidelines-pro-type-static-cast-downcast, - cppcoreguidelines-pro-type-cstyle-cast, modernize-*, -modernize-avoid-c-arrays, -modernize-concat-nested-namespaces,