summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 21:43:55 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit4eaf43a21b1041d98c001c38608d7e80dda293a9 (patch)
tree1cbdfa113e98cc29e3e13b57cdf41368f5e2aaa2 /.clang-tidy
parent68eff78932e559cd4b71f0bc98276dec49f26b27 (diff)
downloadingen-4eaf43a21b1041d98c001c38608d7e80dda293a9.tar.gz
ingen-4eaf43a21b1041d98c001c38608d7e80dda293a9.tar.bz2
ingen-4eaf43a21b1041d98c001c38608d7e80dda293a9.zip
Use "using" over "typedef"
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 f97db16d..f59375f4 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -51,7 +51,6 @@ Checks: >
-llvm-header-guard,
-misc-unused-parameters,
-modernize-use-trailing-return-type,
- -modernize-use-using,
-portability-simd-intrinsics,
-readability-avoid-const-params-in-decls,
-readability-const-return-type,