From 00456f395e50b43a9f26ff1479b9ef8b06a4d219 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Dec 2020 22:07:41 +0100 Subject: Add rerex from git@gitlab.com:drobilla/rerex 2420851 --- subprojects/rerex/src/.clang-tidy | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 subprojects/rerex/src/.clang-tidy (limited to 'subprojects/rerex/src/.clang-tidy') diff --git a/subprojects/rerex/src/.clang-tidy b/subprojects/rerex/src/.clang-tidy new file mode 100644 index 00000000..420ce833 --- /dev/null +++ b/subprojects/rerex/src/.clang-tidy @@ -0,0 +1,8 @@ +Checks: > + *, + -hicpp-multiway-paths-covered, + -llvmlibc-*, + -misc-no-recursion, +WarningsAsErrors: '*' +HeaderFilterRegex: '.*' +FormatStyle: file -- cgit v1.2.1