summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-13 17:25:58 +0200
committerDavid Robillard <d@drobilla.net>2020-08-13 17:25:58 +0200
commit92928586a32a122b5aae69bcc212e98d56a34cc0 (patch)
tree97531fbf05fb118a83d74ebac574fa2b54f1cb95 /.clang-tidy
parentfc253203d7aa52d866e21576215de6c40c45f9c4 (diff)
downloadzix-92928586a32a122b5aae69bcc212e98d56a34cc0.tar.gz
zix-92928586a32a122b5aae69bcc212e98d56a34cc0.tar.bz2
zix-92928586a32a122b5aae69bcc212e98d56a34cc0.zip
Fix narrowing conversions
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index b77d9ae..91058d9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,7 +1,6 @@
Checks: >
*,
-*-magic-numbers,
- -*-narrowing-conversions,
-*-uppercase-literal-suffix,
-android-cloexec-fopen,
-bugprone-branch-clone,