From 54084499f097a179f68834b8ee893723b587dbe0 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 23 May 2024 13:24:31 +0200 Subject: [PATCH] wip --- .clang-tidy | 1 + .github/workflows/osrm-backend.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 229e2e69a..89a5afdc4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -82,6 +82,7 @@ Checks: > -readability-make-member-function-const, -readability-redundant-string-init, -readability-non-const-parameter, + -readability-container-contains, -readability-static-accessed-through-instance WarningsAsErrors: '*' diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index a81663e11..921375459 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -193,16 +193,16 @@ jobs: CXXCOMPILER: clang++-15 CUCUMBER_TIMEOUT: 60000 - # - name: clang-15-debug-clang-tidy - # continue-on-error: false - # node: 18 - # runs-on: ubuntu-22.04 - # BUILD_TOOLS: ON - # BUILD_TYPE: Debug - # CCOMPILER: clang-15 - # CXXCOMPILER: clang++-15 - # CUCUMBER_TIMEOUT: 60000 - # ENABLE_CLANG_TIDY: ON + - name: clang-15-debug-clang-tidy + continue-on-error: false + node: 18 + runs-on: ubuntu-22.04 + BUILD_TOOLS: ON + BUILD_TYPE: Debug + CCOMPILER: clang-15 + CXXCOMPILER: clang++-15 + CUCUMBER_TIMEOUT: 60000 + ENABLE_CLANG_TIDY: ON - name: clang-14-release continue-on-error: false