From 93349b03bcf1552223a9c49f3f2e99bace4a1c04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Sep 2022 13:25:17 -0400 Subject: Fix allegedly "suspicious" string comparisons I guess it's suspicious if you've got about 5 minutes of C experience? --- 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 53f37b1..ca868be 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -9,7 +9,6 @@ Checks: > -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-suspicious-include, - -bugprone-suspicious-string-compare, -llvm-header-guard, -llvmlibc-implementation-in-namespace, -llvmlibc-restrict-system-libc-headers, -- cgit v1.2.1