aboutsummaryrefslogtreecommitdiffstats
path: root/test/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-09 13:25:17 -0400
committerDavid Robillard <d@drobilla.net>2022-09-09 13:26:44 -0400
commit93349b03bcf1552223a9c49f3f2e99bace4a1c04 (patch)
treeb6f0bde0a9ba39f632f3fe9e647e6a293e544741 /test/.clang-tidy
parenta459db9bf692e11c2d4ecb6047c2878cdcbeb2bd (diff)
downloadlv2-93349b03bcf1552223a9c49f3f2e99bace4a1c04.tar.xz
Fix allegedly "suspicious" string comparisons
I guess it's suspicious if you've got about 5 minutes of C experience?
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r--test/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
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,