aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-01 18:25:32 -0400
committerDavid Robillard <d@drobilla.net>2024-10-01 18:25:44 -0400
commit8138e876cedf396a7dc90409ba70d8f2a5659ecb (patch)
tree41c5d368320a1d11d5be387f700a6bb76001f1b0 /benchmark/.clang-tidy
parente47873e863b7fb6bb081681f1944135c1c1cb61a (diff)
downloadchilbert-8138e876cedf396a7dc90409ba70d8f2a5659ecb.tar.gz
chilbert-8138e876cedf396a7dc90409ba70d8f2a5659ecb.tar.bz2
chilbert-8138e876cedf396a7dc90409ba70d8f2a5659ecb.zip
Suppress new warnings in clang-tidy 18
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r--benchmark/.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy
index 93f8fdf..5c94fb0 100644
--- a/benchmark/.clang-tidy
+++ b/benchmark/.clang-tidy
@@ -1,7 +1,8 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later
Checks: >
-llvm-header-guard,
+ -performance-avoid-endl,
-readability-static-accessed-through-instance,
InheritParentConfig: true