From d7be2c60100c794caeddb5b4e8acbed43fa3df26 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 2 Jan 2021 14:50:28 +0100
Subject: Use std::all_of

---
 include/.clang-tidy | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include/.clang-tidy')

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'
-- 
cgit v1.2.1