From d4a970f6962dda28133290194832b726b566ddab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 18:59:06 -0400 Subject: Switch to meson build system --- test/.clang-tidy | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/.clang-tidy (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy new file mode 100644 index 0000000..7846913 --- /dev/null +++ b/test/.clang-tidy @@ -0,0 +1,15 @@ +Checks: > + *, + -*-magic-numbers, + -*-uppercase-literal-suffix, + -altera-*, + -bugprone-easily-swappable-parameters, + -bugprone-macro-parentheses, + -llvm-header-guard, + -llvmlibc-implementation-in-namespace, + -llvmlibc-restrict-system-libc-headers, + -modernize-use-trailing-return-type, + -performance-no-int-to-ptr, +WarningsAsErrors: '*' +HeaderFilterRegex: '.*' +FormatStyle: file -- cgit v1.2.1