From a8860c337bceda84db6bdb472cce5e5ff1a015fb Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 30 Sep 2024 20:45:16 +0000 Subject: [PATCH] Also remove key --- cpp/.clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/.clang-tidy b/cpp/.clang-tidy index b87d8085b2b..96a0e4a8a9f 100644 --- a/cpp/.clang-tidy +++ b/cpp/.clang-tidy @@ -37,7 +37,6 @@ Checks: WarningsAsErrors: '' HeaderFilterRegex: '.*cudf/cpp/(src|include|tests).*' ExcludeHeaderFilterRegex: '.*(Message_generated.h|Schema_generated.h|brotli_dict.hpp|unbz2.hpp|cxxopts.hpp).*' -AnalyzeTemporaryDtors: false FormatStyle: none CheckOptions: - key: modernize-loop-convert.MaxCopySize