From 476f50c539c70b6404ae9dee3b666ecffdda4450 Mon Sep 17 00:00:00 2001 From: eclipse-ecal-bot <111572016+eclipse-ecal-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:48:40 +0100 Subject: [PATCH] misc-include-cleaner and readability-avoid-const-params-in-decls removed from clang-tidy checks (#1864) (#1865) Co-authored-by: Rex Schilasky <49162693+rex-schilasky@users.noreply.github.com> --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 2175836804..02ffc7a8b9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -37,6 +37,7 @@ Checks: "-*, misc-*, -misc-non-private-member-variables-in-classes, -misc-no-recursion, + -misc-include-cleaner, modernize-*, -modernize-pass-by-value, @@ -58,6 +59,7 @@ Checks: "-*, -readability-redundant-access-specifiers, -readability-uppercase-literal-suffix, -readability-use-anyofallof, + -readability-avoid-const-params-in-decls, " WarningsAsErrors: '' HeaderFilterRegex: '^((?!/thirdparty/|/_deps/).)*$'