aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-07 15:16:55 -0400
committerDavid Robillard <d@drobilla.net>2022-10-07 15:16:55 -0400
commited4c8a50505ab02a8f3a01e41f5f86acca04b81d (patch)
tree3c06732998db625fb771bbaeab69d249bf7ba517 /examples/.clang-tidy
parent92132eca5e75d3f95a3eb7e015c47765a79925cc (diff)
downloadpugl-ed4c8a50505ab02a8f3a01e41f5f86acca04b81d.tar.gz
pugl-ed4c8a50505ab02a8f3a01e41f5f86acca04b81d.tar.bz2
pugl-ed4c8a50505ab02a8f3a01e41f5f86acca04b81d.zip
Avoid C-style casts in C++ code
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r--examples/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index bf9899a..819a16d 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -21,7 +21,6 @@ Checks: >
-fuchsia-default-arguments,
-fuchsia-default-arguments-calls,
-fuchsia-overloaded-operator,
- -google-readability-casting,
-google-runtime-references,
-hicpp-multiway-paths-covered,
-hicpp-no-array-decay,