aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 21:45:27 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commite2f9d0e2bcacdedc6669b4e5cbeaac7692910091 (patch)
tree6cc5d70cc30f3927682c4ea57a8ededf4f9cc2ae /.clang-tidy
parent311c12ad2ef63109ff73c4dc8ccf6912eb41ba7b (diff)
downloadchilbert-e2f9d0e2bcacdedc6669b4e5cbeaac7692910091.tar.gz
chilbert-e2f9d0e2bcacdedc6669b4e5cbeaac7692910091.tar.bz2
chilbert-e2f9d0e2bcacdedc6669b4e5cbeaac7692910091.zip
Remove unnecessary inheritance
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 b8924f8..191e6cf 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -11,7 +11,6 @@ Checks: >
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
- -cppcoreguidelines-slicing,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-overloaded-operator,