From 5942e985c6ac9b18090ec92b11aa8a586b6365c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Jul 2021 13:54:45 -0400 Subject: Avoid use of rand() --- test/.clang-tidy | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 9424c6a..036a68c 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -8,8 +8,6 @@ Checks: > -bugprone-suspicious-string-compare, -cert-dcl37-c, -cert-dcl51-cpp, - -cert-msc30-c, - -cert-msc50-cpp, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, -- cgit v1.2.1