From 6408b405e424245977f5530fc7f4970fae76ccce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Sep 2022 16:46:50 -0400 Subject: Simplify clang-tidy configuration --- tests/.clang-tidy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/.clang-tidy (limited to 'tests/.clang-tidy') diff --git a/tests/.clang-tidy b/tests/.clang-tidy new file mode 100644 index 00000000..fb68f4e4 --- /dev/null +++ b/tests/.clang-tidy @@ -0,0 +1,16 @@ +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, + -readability-function-cognitive-complexity, +InheritParentConfig: true -- cgit v1.2.1