diff options
author | David Robillard <d@drobilla.net> | 2024-07-17 09:14:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-17 09:38:43 -0400 |
commit | e218739bbb66c9a4d2d8860a3322f2eb91b6c32e (patch) | |
tree | b52c80580bd96eb8e86200dbe903c0477f0c3ec3 /.clang-tidy | |
parent | 96aa54674cec5a55e31bd588448804d0f6dcdbfd (diff) | |
download | patchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.tar.gz patchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.tar.bz2 patchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.zip |
Avoid C-style casts
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index 6276162..094d8d1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -28,14 +28,12 @@ Checks: > -cppcoreguidelines-pro-bounds-constant-array-index, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-const-cast, - -cppcoreguidelines-pro-type-cstyle-cast, -cppcoreguidelines-pro-type-reinterpret-cast, -cppcoreguidelines-pro-type-union-access, -fuchsia-default-arguments-calls, -fuchsia-default-arguments-declarations, -fuchsia-multiple-inheritance, -fuchsia-overloaded-operator, - -google-readability-casting, -google-readability-todo, -google-runtime-references, -hicpp-no-array-decay, |