Skip to content

Commit

Permalink
nanopb library and autogenerated code excluded for clang-tidy review
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 19, 2024
1 parent 1403ee4 commit d898f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d898f9a

Please sign in to comment.