aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-28 18:27:30 -0400
committerDavid Robillard <d@drobilla.net>2021-05-28 18:27:30 -0400
commit6c7955c0961d907cd660ff55cde65a537904b7f5 (patch)
treebf3d6b0fd8360e805f68ff97985f6abbb51111d7 /examples/.clang-tidy
parentbaa57db5117e6ba847ae79cdbfeb6366143a37de (diff)
downloadpugl-6c7955c0961d907cd660ff55cde65a537904b7f5.tar.gz
pugl-6c7955c0961d907cd660ff55cde65a537904b7f5.tar.bz2
pugl-6c7955c0961d907cd660ff55cde65a537904b7f5.zip
Remove static downcasts in C++ bindings
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r--examples/.clang-tidy3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index fdfa4ea..e7e83a6 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -19,7 +19,6 @@ Checks: >
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-reinterpret-cast,
- -cppcoreguidelines-pro-type-static-cast-downcast,
-cppcoreguidelines-pro-type-vararg,
-fuchsia-default-arguments,
-fuchsia-default-arguments-calls,
@@ -37,4 +36,4 @@ Checks: >
-readability-implicit-bool-conversion,
-readability-named-parameter,
FormatStyle: file
-HeaderFilterRegex: 'pugl/.*|test/.*|examples/.*' \ No newline at end of file
+HeaderFilterRegex: 'pugl/.*|test/.*|examples/.*'