summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-10 16:07:50 -0500
committerDavid Robillard <d@drobilla.net>2025-02-10 16:07:50 -0500
commita6f60beda9e8e6b930423c9adb6652a1cb018443 (patch)
treee9c04b1d377311c85459fbcd6ebebebc5e455476 /src
parent415a68cbe8e68f909245b33f63af13e399a849f5 (diff)
downloadingen-a6f60beda9e8e6b930423c9adb6652a1cb018443.tar.gz
ingen-a6f60beda9e8e6b930423c9adb6652a1cb018443.tar.bz2
ingen-a6f60beda9e8e6b930423c9adb6652a1cb018443.zip
Suppress new warnings in clang-tidy
Diffstat (limited to 'src')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 659fd994..83a09b52 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -28,4 +28,5 @@ Checks: >
-misc-no-recursion,
-misc-unused-parameters,
-readability-function-cognitive-complexity,
+ -readability-static-accessed-through-instance,
InheritParentConfig: true