Clean up clang-tidy action checks (#4331)

* clang-tidy action: Exclude lib & tests dir for clang-tidy CI checks

The lib dir is obvious, but the tests dir is disabled because gtest has
a million different thing that clang-tidy doesn't like, while they're in
reality perfectly reasonable

* clang-tidy-action: Disable the LGTM comment
This commit is contained in:
pajlada
2023-01-26 19:47:32 +01:00
committed by GitHub
parent bf5a5b839c
commit adf58d2770
2 changed files with 3 additions and 0 deletions
@@ -37,3 +37,5 @@ jobs:
- uses: ZedThree/clang-tidy-review/post@v0.10.1
id: review
with:
lgtm_comment_body: ""