diff options
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r-- | benchmark/.clang-tidy | 3 |
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 |