From d7be2c60100c794caeddb5b4e8acbed43fa3df26 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 14:50:28 +0100 Subject: Use std::all_of --- test/.clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 1ee750a..9d34765 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -25,7 +25,6 @@ Checks: > -modernize-make-unique, -modernize-use-trailing-return-type, -readability-implicit-bool-conversion, - -readability-use-anyofallof, CheckOptions: - key: modernize-use-override.AllowOverrideAndFinal value: 'true' -- cgit v1.2.1