Skip to content

Commit 1821cb9

Browse files
committed
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 <[email protected]>
1 parent 3cb0645 commit 1821cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
my_review:
1919
name: checkpatch review
2020
runs-on: ubuntu-latest
21+
continue-on-error: true
2122
steps:
2223
- name: 'Calculate PR commits + 1'
2324
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> $GITHUB_ENV

0 commit comments

Comments
 (0)