diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index e46904041..2a5a2442b 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -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