From 338b6419b9f1cebe15103f7e4e7d3501be230aa1 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Thu, 25 Jul 2024 23:01:15 +0100 Subject: [PATCH] Update cpp-linter.yaml --- .github/workflows/cpp-linter.yaml | 1 + 1 file changed, 1 insertion(+) 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