aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 19:43:21 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commit1dc3dbdf5989a8f1ccb97e74ac30758e79b3a8f2 (patch)
tree8d86edb255c8bec0bc261a8d558efca0392c0dd8 /.clang-tidy
parent6ff6556a531e06217fe5e7ad86d2093b3c79ea7c (diff)
downloadchilbert-1dc3dbdf5989a8f1ccb97e74ac30758e79b3a8f2.tar.gz
chilbert-1dc3dbdf5989a8f1ccb97e74ac30758e79b3a8f2.tar.bz2
chilbert-1dc3dbdf5989a8f1ccb97e74ac30758e79b3a8f2.zip
Use "auto" to avoid repeating types
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 d4f85ba..b47495c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -6,7 +6,6 @@ Checks: >
-*-named-parameter,
-*-no-malloc,
-*-non-private-member-variables-in-classes,
- -*-use-auto,
-altera-*,
-bugprone-easily-swappable-parameters,
-cert-oop54-cpp,