diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index b28fb3b..7ff5a88 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -41,6 +41,7 @@ jobs: tidy-review: true files-changed-only: false thread-comments: true + tidy-checks: 'boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,-modernize-use-trailing-return-type' - name: Fail fast?! if: steps.linter.outputs.checks-failed != 0