From 6bd53f582297574cf009ff0cfd80a1fd3a315b6b Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Mon, 9 Nov 2020 19:23:08 +0100
Subject: Use separate clang-tidy configurations for implementation and tests

---
 test/.clang-tidy | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 test/.clang-tidy

(limited to 'test')

diff --git a/test/.clang-tidy b/test/.clang-tidy
new file mode 100644
index 00000000..6188e22f
--- /dev/null
+++ b/test/.clang-tidy
@@ -0,0 +1,9 @@
+Checks: >
+  *,
+  -*-magic-numbers,
+  -*-uppercase-literal-suffix,
+  -android-cloexec-fopen,
+  -hicpp-signed-bitwise,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file
-- 
cgit v1.2.1