summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 13:54:51 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 19:04:45 -0500
commit0791512fb1d73ea63c98f3f68327dc543e214850 (patch)
tree034a6028b0c9215bd234a3ad95ce2c8ce2609f21 /src/.clang-tidy
parentb917c984b15a9583326fa6318be6632850817994 (diff)
downloadlilv-0791512fb1d73ea63c98f3f68327dc543e214850.tar.gz
lilv-0791512fb1d73ea63c98f3f68327dc543e214850.tar.bz2
lilv-0791512fb1d73ea63c98f3f68327dc543e214850.zip
Avoid cloned conditional branches
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 21665f3..12ca76c 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -4,7 +4,6 @@
Checks: >
-*-magic-numbers,
-android-cloexec-fopen,
- -bugprone-branch-clone,
-bugprone-narrowing-conversions,
-cert-err33-c,
-cert-err34-c,