From 92132eca5e75d3f95a3eb7e015c47765a79925cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Oct 2022 15:15:31 -0400 Subject: Simplify clang-tidy configuration --- test/.clang-tidy | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 6be68df..c018d1f 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,17 +1,10 @@ Checks: > - *, - -*-magic-numbers, - -*-uppercase-literal-suffix, - -altera*, -bugprone-suspicious-include, -cert-err33-c, -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, - -llvmlibc-*, -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, - -readability-identifier-length, -FormatStyle: file -HeaderFilterRegex: 'pugl/.*|test/.*' +InheritParentConfig: true -- cgit v1.2.1