From d898f9abef12e3ea97ca116b5962600ec8219aa9 Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:37:16 +0100 Subject: [PATCH] nanopb library and autogenerated code excluded for clang-tidy review --- .github/workflows/clang-tidy-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy-review.yml b/.github/workflows/clang-tidy-review.yml index 10ef4dc..91ce04c 100644 --- a/.github/workflows/clang-tidy-review.yml +++ b/.github/workflows/clang-tidy-review.yml @@ -32,7 +32,7 @@ jobs: build_dir: _build apt_packages: "cmake,ninja-build,libprotobuf-dev,libprotoc-dev,protobuf-compiler" config_file: ".clang-tidy" - exclude: "thirdparty/*,_build/*,convert_utf.cpp,convert_utf.h,tests/*" + exclude: "src/core/src/serialization/nanopb/*,thirdparty/*,_build/*,convert_utf.cpp,convert_utf.h,tests/*" split_workflow: true lgtm_comment_body: "" cmake_command: |