From 5ea33cc003ce4d3ef68e3b6e954c841f21db8efb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 22 Dec 2020 15:55:03 +0100 Subject: Avoid "typedef" in C++ --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index cf58bf2..636ba70 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -19,7 +19,6 @@ Checks: > -llvm-header-guard, -llvmlibc-*, -modernize-use-trailing-return-type, - -modernize-use-using, -readability-implicit-bool-conversion, -readability-non-const-parameter, WarningsAsErrors: '*' -- cgit v1.2.1