aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/exess/bindings/cpp/test/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/exess/bindings/cpp/test/.clang-tidy')
-rw-r--r--subprojects/exess/bindings/cpp/test/.clang-tidy17
1 files changed, 17 insertions, 0 deletions
diff --git a/subprojects/exess/bindings/cpp/test/.clang-tidy b/subprojects/exess/bindings/cpp/test/.clang-tidy
new file mode 100644
index 00000000..a0307839
--- /dev/null
+++ b/subprojects/exess/bindings/cpp/test/.clang-tidy
@@ -0,0 +1,17 @@
+Checks: >
+ *,
+ -*-magic-numbers,
+ -*-uppercase-literal-suffix,
+ -clang-analyzer-nullability.NullableDereferenced,
+ -cppcoreguidelines-pro-bounds-array-to-pointer-decay,
+ -cppcoreguidelines-pro-type-reinterpret-cast,
+ -fuchsia-default-arguments-calls,
+ -fuchsia-overloaded-operator,
+ -hicpp-no-array-decay,
+ -llvmlibc-*,
+ -misc-non-private-member-variables-in-classes,
+ -modernize-unary-static-assert,
+ -modernize-use-trailing-return-type,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file