From 1821cb978a1e4f9d42827f472a76f907e33438ab Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Tue, 5 Aug 2025 16:17:01 +0200 Subject: [PATCH] checkpatch: temporarily ignore results The checkpatch tool fails to properly parse the kind of C++ code used in the Arduino libraries. Do not treat this as an error for now; will be replaced soon with a better solution. Signed-off-by: Luca Burelli --- .github/workflows/checkpatch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml index 41e2f69b..5b4bad13 100644 --- a/.github/workflows/checkpatch.yml +++ b/.github/workflows/checkpatch.yml @@ -18,6 +18,7 @@ jobs: my_review: name: checkpatch review runs-on: ubuntu-latest + continue-on-error: true steps: - name: 'Calculate PR commits + 1' run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy