From 1042c4fa6b9f7e6e0e8d251341cedabc88b96358 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Mon, 14 Jul 2025 19:08:11 -0500 Subject: [PATCH] .clangd - Remove google readability config Change-Id: I0535af5053eac9add068926c44073ae884df2008 Signed-off-by: Galantsev, Dmitrii --- .clang-tidy | 3 +-- .clangd | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 11402fd8da..ec6b7937d1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,3 @@ -# THIS FILE IS GENERATED FROM .clangd! -# Run .update-clang-tidy.sh to regenerate. Checks: bugprone*, clang-analyzer*, @@ -12,6 +10,7 @@ Checks: -clang-analyzer-security.insecureAPI.strcpy, -cppcoreguidelines*, -cppcoreguidelines-pro*, + -google-readability*, -misc-non-copyable-objects, -misc-use-anonymous-namespace, -modernize-avoid-c-arrays, diff --git a/.clangd b/.clangd index 5f6f373c45..349e6b2778 100644 --- a/.clangd +++ b/.clangd @@ -23,6 +23,7 @@ Diagnostics: clang-analyzer-security.insecureAPI.strcpy, cppcoreguidelines*, cppcoreguidelines-pro*, + google-readability*, misc-non-copyable-objects, misc-use-anonymous-namespace, modernize-avoid-c-arrays,