aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 15:19:56 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 15:20:17 -0500
commite5cd2fe39c3d3fdb4745ac40556cb3e79ee56979 (patch)
tree1a14e813e7073922ea26b436bd55c1a6ded97630 /.clang-tidy
parenta25ec0a88eb00b73687b9e64a318581169835845 (diff)
downloadpugl-e5cd2fe39c3d3fdb4745ac40556cb3e79ee56979.tar.gz
pugl-e5cd2fe39c3d3fdb4745ac40556cb3e79ee56979.tar.bz2
pugl-e5cd2fe39c3d3fdb4745ac40556cb3e79ee56979.zip
Suppress new warnings in clang-tidy 15
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 24d749b..3e54543 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -5,6 +5,7 @@ Checks: >
*,
-*-magic-numbers,
-altera*,
+ -bugprone-assignment-in-if-condition,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
-llvmlibc-*,