summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-10 13:47:59 -0500
committerDavid Robillard <d@drobilla.net>2022-12-10 19:04:45 -0500
commit1988db57ca8003a406e08855ab66d1891fc5ce6b (patch)
tree0874e40b08073fdb696fe0987ff47ff8cdb7c6c0 /src/.clang-tidy
parente0281d51ab8c6ca05a8b467901e5bd96d829bb56 (diff)
downloadlilv-1988db57ca8003a406e08855ab66d1891fc5ce6b.tar.gz
lilv-1988db57ca8003a406e08855ab66d1891fc5ce6b.tar.bz2
lilv-1988db57ca8003a406e08855ab66d1891fc5ce6b.zip
Use uppercase integer literal suffixes
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 5bf8761..1c26307 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -3,7 +3,6 @@
Checks: >
-*-magic-numbers,
- -*-uppercase-literal-suffix,
-android-cloexec-fopen,
-bugprone-branch-clone,
-bugprone-narrowing-conversions,