From af4d993a30cfde6df322fb58600b25faef424489 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 18:38:12 -0400 Subject: Avoid repeating types in return statements --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 38a5674..de1d754 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -28,7 +28,6 @@ Checks: > -hicpp-explicit-conversions, -llvm-header-guard, -llvmlibc-*, - -modernize-return-braced-init-list, -modernize-use-bool-literals, -modernize-use-trailing-return-type, -readability-avoid-const-params-in-decls, -- cgit v1.2.1