From 73564fcfcf7012d3f6afe4d63d1d0d7529bb29ed Mon Sep 17 00:00:00 2001 From: Ivan Khokhlov Date: Sat, 26 Oct 2024 13:15:50 +0300 Subject: [PATCH] update clang-tidy checks --- .github/workflows/clang-tidy-review.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clang-tidy-review.yaml b/.github/workflows/clang-tidy-review.yaml index cc36367..522dc44 100644 --- a/.github/workflows/clang-tidy-review.yaml +++ b/.github/workflows/clang-tidy-review.yaml @@ -14,6 +14,8 @@ jobs: - uses: ZedThree/clang-tidy-review@v0.19.0 with: + apt_packages: libgtest-dev + clang_tidy_version: 18 clang_tidy_checks: '-*,performance-*,bugprone-*,clang-analyzer-*,cppcoreguidelines-*,mpi-*,misc-*,-cppcoreguidelines-avoid-non-const-global-variables,-cppcoreguidelines-avoid-magic-numbers,-clang-diagnostic-error,-misc-no-recursion,-cppcoreguidelines-owning-memory,-bugprone-narrowing-conversions,-bugprone-easily-swappable-parameters,-misc-non-private-member-variables-in-classes,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-special-member-functions,-cppcoreguidelines-init-variables,-misc-include-cleaner' split_workflow: true