From dcd6280af88f74024e5a690bb4483dce43a61a1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Sep 2022 22:08:52 -0400 Subject: Add clang-tidy configuration --- test/.clang-tidy | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/.clang-tidy (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy new file mode 100644 index 0000000..b789602 --- /dev/null +++ b/test/.clang-tidy @@ -0,0 +1,11 @@ +Checks: > + -*-assert-side-effect, + -bugprone-implicit-widening-of-multiplication-result, + -cert-msc30-c, + -cert-msc50-cpp, + -concurrency-mt-unsafe, + -cppcoreguidelines-pro-bounds-array-to-pointer-decay, + -hicpp-no-array-decay, + -performance-no-automatic-move, + -readability-identifier-length, +InheritParentConfig: true -- cgit v1.2.1