summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 15:24:46 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit31947a7e2d73cb1e336f140cad4c6363fca307a4 (patch)
treea200274510398904119e2dc41bd32f0ed09e62aa /.clang-tidy
parent4ef41be9596cf997cd80175cfc7de2074a182d0d (diff)
downloadingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.tar.gz
ingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.tar.bz2
ingen-31947a7e2d73cb1e336f140cad4c6363fca307a4.zip
Use standard C++ includes
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 ca52cb1a..7c1d49db 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,7 +2,6 @@ Checks: >
*,
-*avoid-c-arrays,
-*braces-around-statements,
- -*deprecated-headers,
-*magic-numbers,
-*move-const-arg,
-*narrowing-conversions,