aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-11-11 10:59:33 -0500
committerDavid Robillard <d@drobilla.net>2023-11-11 10:59:33 -0500
commitad651857ee2435582115e7de0e50e645e0aa9fc7 (patch)
tree450c52b2cdec6e2a0c857c2233a0ca0ee3da8a05 /test/.clang-tidy
parent61980dbb9e6968f9d99df9cbd4bbe2f46f0c5050 (diff)
downloadpugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.tar.gz
pugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.tar.bz2
pugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.zip
Suppress new warnings in clang-tidy 16
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index f8a23aa..8ecb90f 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,9 +1,10 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
-bugprone-suspicious-include,
-cert-err33-c,
+ -cert-err34-c,
-google-runtime-references,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,