From 0dcecf9a3c617c02237a21b7f6f1cb2cd3e4c577 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 26 May 2026 13:41:06 +0200 Subject: [PATCH] =?UTF-8?q?tune(lint):=20desactivar=20readability-use-anyo?= =?UTF-8?q?fallof=20per=20coher=C3=A8ncia=20amb=20cppcheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index a7f3060..bff658f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -9,6 +9,9 @@ Checks: - -bugprone-easily-swappable-parameters - -bugprone-narrowing-conversions - -modernize-avoid-c-arrays + # No forçar reemplaç de bucles "normals" per std::any_of/std::all_of. + # Equivalent a `--suppress=useStlAlgorithm` que ja tenim a cppcheck. + - -readability-use-anyofallof # performance-noexcept-move-constructor crashea clang-tidy (LLVM 19.1) # con recursión infinita en ExceptionSpecAnalyzer::analyzeRecord cuando # analiza ciertas instanciaciones de std::set. No es un falso positivo