summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 09:14:34 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 09:38:43 -0400
commite218739bbb66c9a4d2d8860a3322f2eb91b6c32e (patch)
treeb52c80580bd96eb8e86200dbe903c0477f0c3ec3 /.clang-tidy
parent96aa54674cec5a55e31bd588448804d0f6dcdbfd (diff)
downloadpatchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.tar.gz
patchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.tar.bz2
patchage-e218739bbb66c9a4d2d8860a3322f2eb91b6c32e.zip
Avoid C-style casts
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
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,