summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 13:48:57 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 19:04:45 -0500
commit708911daa222ac5f1423a02ebc89eeaf21548f5a (patch)
tree697278b2b700d3856b52a6150c1a7da82a91d4f2 /src/.clang-tidy
parent1988db57ca8003a406e08855ab66d1891fc5ce6b (diff)
downloadlilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.tar.gz
lilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.tar.bz2
lilv-708911daa222ac5f1423a02ebc89eeaf21548f5a.zip
Avoid "suspicious" string comparisons
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 1c26307..21665f3 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -6,7 +6,6 @@ Checks: >
-android-cloexec-fopen,
-bugprone-branch-clone,
-bugprone-narrowing-conversions,
- -bugprone-suspicious-string-compare,
-cert-err33-c,
-cert-err34-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,