Skip to content

Commit

Permalink
Fix clang-tidy review check
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak authored and vgvassilev committed Aug 1, 2023
1 parent 32c9543 commit ad2b804
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Checks: >
CheckOptions:
- key: readability-identifier-naming.ClassCase
value: CamelCase
value: aNy_CasE
- key: readability-identifier-naming.FunctionCase
value: aNy_CasE
- key: readability-identifier-naming.MemberCase
value: CamelCase
value: aNy_CasE
- key: readability-identifier-naming.ParameterCase
value: aNy_CasE
- key: readability-identifier-naming.UnionCase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.13.1
uses: ZedThree/clang-tidy-review/post@v0.13.2
with:
max_comments: 10

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
version: "12.0.0"

- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.13.1
uses: ZedThree/clang-tidy-review@v0.13.2
id: review
with:
build_dir: build
exclude: "test/*"
exclude: "test/*,benchmark/*"
split_workflow: true
cmake_command: >
pip install cmake lit &&
Expand Down

0 comments on commit ad2b804

Please sign in to comment.