summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-27 16:46:50 -0400
committerDavid Robillard <d@drobilla.net>2022-09-27 16:46:50 -0400
commit6408b405e424245977f5530fc7f4970fae76ccce (patch)
tree82d460122c895065e4b0cbb96d78d8a915be5568 /tests
parent8f90e03c36d7a34324415ed8b5ab3f214cebed2e (diff)
downloadingen-6408b405e424245977f5530fc7f4970fae76ccce.tar.gz
ingen-6408b405e424245977f5530fc7f4970fae76ccce.tar.bz2
ingen-6408b405e424245977f5530fc7f4970fae76ccce.zip
Simplify clang-tidy configuration
Diffstat (limited to 'tests')
-rw-r--r--tests/.clang-tidy16
1 files changed, 16 insertions, 0 deletions
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