aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-10-21 18:36:47 -0400
committerDavid Robillard <d@drobilla.net>2023-10-21 18:36:47 -0400
commit49cfbf63374ec015e81c667c7e93e2f049a0ec1c (patch)
tree635281fb89386d908beffe514e49ef0ddb35ebb3 /bindings/cpp
parent495ee90d4f5798f2751f8191daf0a316772ce8c0 (diff)
downloadpugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.tar.gz
pugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.tar.bz2
pugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.zip
Suppress clang-tidy C++ warnings
Diffstat (limited to 'bindings/cpp')
-rw-r--r--bindings/cpp/include/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/cpp/include/.clang-tidy b/bindings/cpp/include/.clang-tidy
index 4437bd8..b7cee8e 100644
--- a/bindings/cpp/include/.clang-tidy
+++ b/bindings/cpp/include/.clang-tidy
@@ -5,6 +5,7 @@ Checks: >
*,
-altera*,
-clang-diagnostic-unused-macros,
+ -cppcoreguidelines-avoid-const-or-ref-data-members,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-reinterpret-cast,
-google-runtime-references,