aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 16:39:33 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 16:39:33 +0100
commit8c4de381454e1467428b2efa4fa3ac7e22e8dabf (patch)
treef9a40e366a82329b1e2112d820cafe6a295428b6 /.clang-tidy
parentdf3e9faf1d9f5c095b555b7b91b09d885158f7fe (diff)
downloadjalv-8c4de381454e1467428b2efa4fa3ac7e22e8dabf.tar.gz
jalv-8c4de381454e1467428b2efa4fa3ac7e22e8dabf.tar.bz2
jalv-8c4de381454e1467428b2efa4fa3ac7e22e8dabf.zip
Don't declare default arguments
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 123abfc..f9e1bee 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -27,7 +27,6 @@ Checks: >
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-type-static-cast-downcast,
-fuchsia-default-arguments-calls,
- -fuchsia-default-arguments-declarations,
-google-readability-todo,
-hicpp-multiway-paths-covered,
-hicpp-signed-bitwise,