From eb1150d6bed93da90cf00cf89c836a503141de1e Mon Sep 17 00:00:00 2001 From: Christoph Bachhuber Date: Thu, 21 May 2020 16:06:52 +0200 Subject: [PATCH] Fix clang tidy (#451) * Add already passing check * Remove too modern clang-tidy-9 check --- .clang-tidy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index c9b6458f..8de56386 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,24 +6,24 @@ FormatStyle: file Checks: ' -*, google-*, --google-runtime-int, -google-runtime-references, llvm-include-order, llvm-namespace-comment, misc-throw-by-value-catch-by-reference, modernize*, +-modernize-use-trailing-return-type, readability-container-size-empty, ' WarningsAsErrors: ' -*, google-*, --google-runtime-int, -google-runtime-references, llvm-include-order, llvm-namespace-comment, misc-throw-by-value-catch-by-reference, modernize*, +-modernize-use-trailing-return-type, readability-container-size-empty, '