aboutsummaryrefslogtreecommitdiffstats
path: root/tools/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'tools/.clang-tidy')
-rw-r--r--tools/.clang-tidy7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/.clang-tidy b/tools/.clang-tidy
new file mode 100644
index 0000000..2bcf741
--- /dev/null
+++ b/tools/.clang-tidy
@@ -0,0 +1,7 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later
+
+Checks: >
+ -*-vararg,
+ -cert-err33-c,
+InheritParentConfig: true