aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy11
1 files changed, 11 insertions, 0 deletions
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