We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-enable-check-profile
1 parent c94dae0 commit 547cd72Copy full SHA for 547cd72
1 file changed
.github/workflows/clang-tidy.yml
@@ -41,4 +41,4 @@ jobs:
41
42
- name: Clang-Tidy
43
run: |
44
- run-clang-tidy-22 -q -j $(nproc) -p=cmake.output
+ run-clang-tidy-22 -q -j $(nproc) -enable-check-profile -p=cmake.output
0 commit comments