aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 19:46:49 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commit60feb44b88a662e3011b5c3c82c7cf3720540b68 (patch)
tree7a9ee8a8d5065dccdca53e09e3963995f8824e77 /.clang-tidy
parent1dc3dbdf5989a8f1ccb97e74ac30758e79b3a8f2 (diff)
downloadchilbert-60feb44b88a662e3011b5c3c82c7cf3720540b68.tar.gz
chilbert-60feb44b88a662e3011b5c3c82c7cf3720540b68.tar.bz2
chilbert-60feb44b88a662e3011b5c3c82c7cf3720540b68.zip
Fix self-assignment
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 b47495c..bdc03d3 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -8,7 +8,6 @@ Checks: >
-*-non-private-member-variables-in-classes,
-altera-*,
-bugprone-easily-swappable-parameters,
- -cert-oop54-cpp,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,