Skip to content

Commit

Permalink
update clang-tidy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
LostPointer authored Oct 26, 2024
1 parent 22e4eed commit 73564fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-tidy-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73564fc

Please sign in to comment.