aboutsummaryrefslogtreecommitdiffstats
path: root/doc/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.clang-tidy')
-rw-r--r--doc/.clang-tidy9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/.clang-tidy b/doc/.clang-tidy
new file mode 100644
index 00000000..1a78b0f8
--- /dev/null
+++ b/doc/.clang-tidy
@@ -0,0 +1,9 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
+Checks: >
+ -*-magic-numbers,
+ -clang-analyzer-deadcode.DeadStores,
+ -clang-analyzer-nullability.NullablePassedToNonnull,
+ -hicpp-signed-bitwise,
+InheritParentConfig: true