aboutsummaryrefslogtreecommitdiffstats
path: root/test
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 /test
parentbaa57db5117e6ba847ae79cdbfeb6366143a37de (diff)
downloadpugl-6c7955c0961d907cd660ff55cde65a537904b7f5.tar.gz
pugl-6c7955c0961d907cd660ff55cde65a537904b7f5.tar.bz2
pugl-6c7955c0961d907cd660ff55cde65a537904b7f5.zip
Remove static downcasts in C++ bindings
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 8014e6a..30893c7 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,7 +5,6 @@ Checks: >
-bugprone-reserved-identifier,
-cert-dcl37-c,
-cert-dcl51-cpp,
- -cppcoreguidelines-pro-type-static-cast-downcast,
-google-runtime-references,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,