From 95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 19:03:57 -0400 Subject: Simplify clang-tidy configuration --- benchmark/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index 01a5eb7..e26e521 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -12,7 +12,6 @@ Checks: > -llvm-header-guard, -llvmlibc-*, -performance-no-int-to-ptr, - -readability-function-cognitive-complexity, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1