[clang-tidy] deactivate cppcoreguidelines-pro-type-reinterpret-cast

we do noeed these casts for compatibility with C void* usage. Deactivate
this check to reduce noise.
This commit is contained in:
Armin Novak
2024-09-18 13:09:59 +02:00
parent fdd8a5cedd
commit fbbda2259d

View File

@@ -39,6 +39,7 @@ Checks: >
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-macro-to-enum,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-no-malloc,
-google-readability-braces-around-statements,