aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
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 /examples/.clang-tidy
parent495ee90d4f5798f2751f8191daf0a316772ce8c0 (diff)
downloadpugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.tar.gz
pugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.tar.bz2
pugl-49cfbf63374ec015e81c667c7e93e2f049a0ec1c.zip
Suppress clang-tidy C++ warnings
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r--examples/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy
index 7d87f3d..500dff1 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -14,6 +14,7 @@ Checks: >
-cert-dcl51-cpp,
-cert-err33-c,
-concurrency-mt-unsafe,
+ -cppcoreguidelines-avoid-const-or-ref-data-members,
-cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,