aboutsummaryrefslogtreecommitdiffstats
path: root/examples/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-06 14:48:06 -0500
committerDavid Robillard <d@drobilla.net>2025-02-06 14:48:06 -0500
commite48f19496f634124cc11025aed72ddfc7c537cc1 (patch)
tree3e642f20c1391ed963d1ac0a50673da39441d8e0 /examples/.clang-tidy
parent07db9c2600f0f3b219903e14563d33360f2159ea (diff)
downloadpugl-e48f19496f634124cc11025aed72ddfc7c537cc1.tar.gz
pugl-e48f19496f634124cc11025aed72ddfc7c537cc1.tar.bz2
pugl-e48f19496f634124cc11025aed72ddfc7c537cc1.zip
Suppress new checks in clang-tidy 19
I get that these aren't all intended to be universal, but suggesting the replacement of standard functions with boost ones is completely backwards. This is what a lack of a pluggable architecture gets you.
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 c9cacb3..bc26cde 100644
--- a/examples/.clang-tidy
+++ b/examples/.clang-tidy
@@ -6,6 +6,7 @@ Checks: >
-*-non-private-member-variables-in-classes,
-*avoid-c-arrays,
-android-cloexec-fopen,
+ -boost-*,
-bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-bugprone-multi-level-implicit-pointer-conversion,