summaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 14:50:28 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:50:28 +0100
commitd7be2c60100c794caeddb5b4e8acbed43fa3df26 (patch)
tree6c309a890021dffc0ca8193c68deec7e85541b36 /include/.clang-tidy
parent7dcc8ae2ea9f089cb410cb6dec39f3117427a1d4 (diff)
downloadraul-d7be2c60100c794caeddb5b4e8acbed43fa3df26.tar.gz
raul-d7be2c60100c794caeddb5b4e8acbed43fa3df26.tar.bz2
raul-d7be2c60100c794caeddb5b4e8acbed43fa3df26.zip
Use std::all_of
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r--include/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
index 6bc88d2..05349dd 100644
--- a/include/.clang-tidy
+++ b/include/.clang-tidy
@@ -20,7 +20,6 @@ Checks: >
-llvmlibc-*,
-modernize-use-trailing-return-type,
-readability-implicit-bool-conversion,
- -readability-use-anyofallof,
CheckOptions:
- key: modernize-use-override.AllowOverrideAndFinal
value: 'true'