From dcd6280af88f74024e5a690bb4483dce43a61a1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Sep 2022 22:08:52 -0400 Subject: Add clang-tidy configuration --- benchmark/.clang-tidy | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 benchmark/.clang-tidy (limited to 'benchmark') 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 -- cgit v1.2.1