summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-29 09:45:46 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 16:24:23 -0400
commitd855f8f67a4588f44ade0ed19744c99bfe81e76c (patch)
tree83128be6067bdd21a4c6a9440e15f387e20e9025 /test/headers
parentcf72f2855fccaf1c579388bcdba2a219a9983d96 (diff)
downloadraul-d855f8f67a4588f44ade0ed19744c99bfe81e76c.tar.gz
raul-d855f8f67a4588f44ade0ed19744c99bfe81e76c.tar.bz2
raul-d855f8f67a4588f44ade0ed19744c99bfe81e76c.zip
Use nodiscard attribute
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 1a91f8b..1beaf9e 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -21,7 +21,6 @@ Checks: >
-hicpp-no-array-decay,
-llvmlibc-*,
-modernize-return-braced-init-list,
- -modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-implicit-bool-conversion,