aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-09-29 19:20:06 -0400
committerDavid Robillard <d@drobilla.net>2024-10-12 11:10:39 -0400
commit190df9bce72a8c7c7c839714205cd090c1b7fb3b (patch)
tree66563eb19da4c1d5fb813bbc9a1c4b2145b5ca23 /.clang-tidy
parentd62d74fab2bd221e349b1a60dcc25e2e20904d70 (diff)
downloadjalv-190df9bce72a8c7c7c839714205cd090c1b7fb3b.tar.gz
jalv-190df9bce72a8c7c7c839714205cd090c1b7fb3b.tar.bz2
jalv-190df9bce72a8c7c7c839714205cd090c1b7fb3b.zip
Use exhaustive switch statements everywhere
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 096921e..bc11068 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -25,7 +25,6 @@ Checks: >
-cppcoreguidelines-pro-type-static-cast-downcast,
-fuchsia-default-arguments-calls,
-google-readability-todo,
- -hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,