Skip to content

Commit

Permalink
workflows analyzers disabled Clang Tidy to test
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 21, 2024
1 parent 7c50b4d commit 536f707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
run: >-
echo 'TINY_CLANG_TIDY_COMPLETED=true' >> $GITHUB_ENV
run-clang-tidy-17
-extra-arg-before='-Qunused-arguments'
-p='${{ env.TinyORMBuildTree }}'
-j ${{ env.TinyParallel }}
'[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
# run-clang-tidy-17
# -extra-arg-before='-Qunused-arguments'
# -p='${{ env.TinyORMBuildTree }}'
# -j ${{ env.TinyParallel }}
# '[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp$'
- name: Clazy-standalone prepare
# Run the clazy if the clang-tidy was executed and was success or failed
Expand Down

0 comments on commit 536f707

Please sign in to comment.