summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-29 09:47:24 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 16:24:23 -0400
commit4cbeb9e16fce95f263ddb69dbfab6d24b6c04a27 (patch)
treef65b94ebb84ebf83b0da1a89f161e048b71ff58e /test
parentd855f8f67a4588f44ade0ed19744c99bfe81e76c (diff)
downloadraul-4cbeb9e16fce95f263ddb69dbfab6d24b6c04a27.tar.gz
raul-4cbeb9e16fce95f263ddb69dbfab6d24b6c04a27.tar.bz2
raul-4cbeb9e16fce95f263ddb69dbfab6d24b6c04a27.zip
Replace repeated type by braced init list
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy1
-rw-r--r--test/headers/.clang-tidy1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index b51e83e..f304525 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -28,7 +28,6 @@ Checks: >
-hicpp-signed-bitwise,
-llvmlibc-*,
-modernize-make-unique,
- -modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
-readability-function-cognitive-complexity,
-readability-identifier-length,
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 1beaf9e..fbcb5a3 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -20,7 +20,6 @@ Checks: >
-google-runtime-int,
-hicpp-no-array-decay,
-llvmlibc-*,
- -modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-implicit-bool-conversion,