summaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index 57fec1f..5b80730 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -5,8 +5,10 @@ Checks: >
-*-special-member-functions,
-*-uppercase-literal-suffix,
-*-vararg,
+ -abseil-string-find-str-contains,
-android-cloexec-accept,
-bugprone-branch-clone,
+ -cppcoreguidelines-avoid-non-const-global-variables,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
@@ -20,10 +22,13 @@ Checks: >
-hicpp-no-array-decay,
-hicpp-no-malloc,
-hicpp-signed-bitwise,
+ -llvm-else-after-return,
+ -llvmlibc-*,
-modernize-make-unique,
-modernize-use-trailing-return-type,
-readability-else-after-return,
-readability-implicit-bool-conversion,
+ -readability-use-anyofallof,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file