From bf05ef949750cfca6e001b0f767cd2173441fc8c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 21:12:27 -0400 Subject: Make single-argument constructors explicit --- .clang-tidy | 2 -- 1 file changed, 2 deletions(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index a6f9e1a..fd24a1a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -15,11 +15,9 @@ Checks: > -fuchsia-default-arguments-calls, -fuchsia-default-arguments-declarations, -fuchsia-overloaded-operator, - -google-explicit-constructor, -google-readability-casting, -google-runtime-int, -google-runtime-references, - -hicpp-explicit-conversions, -llvmlibc-*, -modernize-use-trailing-return-type, -readability-avoid-const-params-in-decls, -- cgit v1.2.1