aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 18:14:19 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 18:14:19 +0200
commit1e936e45560d6e398d41aaf36e04a7f491f06b37 (patch)
tree6fabe3ab54ccd9f78aeb10a6808d01016954697a /.clang-tidy
parentde095162e5e71fd74453564e9efc9a3c43209116 (diff)
downloadlv2-1e936e45560d6e398d41aaf36e04a7f491f06b37.tar.xz
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 168695f..e46c5e8 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,7 +1,6 @@
Checks: >
*,
-*-magic-numbers,
- -*-narrowing-conversions,
-*-uppercase-literal-suffix,
-bugprone-macro-parentheses,
-clang-diagnostic-empty-translation-unit,