summaryrefslogtreecommitdiffstats
path: root/benchmark/.clang-tidy
diff options
context:
space:
mode:
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
index 038fecc..d688406 100644
--- a/benchmark/.clang-tidy
+++ b/benchmark/.clang-tidy
@@ -2,6 +2,7 @@ Checks: >
*,
-*-magic-numbers,
-*-uppercase-literal-suffix,
+ -altera-struct-pack-align,
-android-cloexec-fopen,
-bugprone-reserved-identifier,
-cert-dcl37-c,
@@ -10,6 +11,8 @@ Checks: >
-hicpp-multiway-paths-covered,
-llvm-header-guard,
-llvmlibc-*,
+ -performance-no-int-to-ptr,
+ -readability-function-cognitive-complexity,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file