aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-15 22:08:52 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commitdcd6280af88f74024e5a690bb4483dce43a61a1f (patch)
treee75927c20b3ab4510adebc6f693aea0368960161 /benchmark/.clang-tidy
parent9788441819dcc524285a88febb7da62006d72b53 (diff)
downloadchilbert-dcd6280af88f74024e5a690bb4483dce43a61a1f.tar.gz
chilbert-dcd6280af88f74024e5a690bb4483dce43a61a1f.tar.bz2
chilbert-dcd6280af88f74024e5a690bb4483dce43a61a1f.zip
Add clang-tidy configuration
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r--benchmark/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy
new file mode 100644
index 0000000..ac890bd
--- /dev/null
+++ b/benchmark/.clang-tidy
@@ -0,0 +1,3 @@
+Checks: >
+ -readability-static-accessed-through-instance,
+InheritParentConfig: true