Skip to content

Commit

Permalink
Use run-clang-tidy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhwalters committed Jul 23, 2024
1 parent 7def735 commit 2da565c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:

- name: Run clang-tidy
run: |
run-clang-tidy
run-clang-tidy run-clang-tidy.json
clang_format:
name: clang-format
Expand Down
3 changes: 3 additions & 0 deletions run-clang-tidy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"tidyFile": ".clang-tidy"
}

0 comments on commit 2da565c

Please sign in to comment.