From 91c0c68e153118f4d64c137d78882ee95830c307 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 17:55:16 -0400 Subject: Move serdi to tools subdirectory This separates the command-line tool code from the library implementation. --- src/.clang-tidy | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/.clang-tidy') diff --git a/src/.clang-tidy b/src/.clang-tidy index d02d9891..77b43fc1 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -5,10 +5,8 @@ Checks: > -*-magic-numbers, -bugprone-easily-swappable-parameters, -cert-err33-c, - -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -clang-analyzer-valist.Uninitialized, -clang-diagnostic-unused-function, - -concurrency-mt-unsafe, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, -- cgit v1.2.1