From 458718ce9af374ab2b61f898f298de32c1ec6dd0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Jul 2021 14:04:12 -0400 Subject: Enable bugprone-suspicious-include clang-tidy check I'm not sure why this was suppressed but it seems fine now. --- test/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 4d7a003..59c043d 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -4,7 +4,6 @@ Checks: > -*-uppercase-literal-suffix, -android-cloexec-fopen, -bugprone-reserved-identifier, - -bugprone-suspicious-include, -cert-dcl37-c, -cert-dcl51-cpp, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -- cgit v1.2.1