summaryrefslogtreecommitdiffstats
path: root/tests/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/.clang-tidy')
-rw-r--r--tests/.clang-tidy17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/.clang-tidy b/tests/.clang-tidy
new file mode 100644
index 00000000..7e189145
--- /dev/null
+++ b/tests/.clang-tidy
@@ -0,0 +1,17 @@
+Checks: >
+ -*-no-malloc,
+ -*-vararg,
+ -android-cloexec-fopen,
+ -cert-err33-c,
+ -concurrency-mt-unsafe,
+ -cppcoreguidelines-avoid-non-const-global-variables,
+ -cppcoreguidelines-owning-memory,
+ -cppcoreguidelines-pro-bounds-pointer-arithmetic,
+ -cppcoreguidelines-pro-type-reinterpret-cast,
+ -cppcoreguidelines-pro-type-union-access,
+ -fuchsia-statically-constructed-objects,
+ -google-readability-casting,
+ -google-readability-todo,
+ -llvm-header-guard,
+ -readability-function-cognitive-complexity,
+InheritParentConfig: true